Searched refs:InputType (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Driver/
H A DToolChain.h229 types::ID InputType = types::TY_INVALID) const;
237 types::ID InputType = types::TY_INVALID) const;
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Driver/
H A DToolChain.cpp233 types::ID InputType) const {
253 if (InputType != types::TY_PP_Asm &&
264 types::ID InputType) const {
272 return ComputeLLVMTriple(Args, InputType);
H A DDriver.cpp894 types::ID InputType = types::TY_Nothing; local
906 if (InputType == types::TY_Nothing) {
960 assert(InputTypeArg && "InputType set w/o InputTypeArg");
962 Ty = InputType;
991 InputType = types::lookupTypeForTypeSpecifier(A->getValue());
997 if (!InputType) {
999 InputType = types::TY_Object;
1035 types::ID InputType = Inputs[i].first; local
1039 types::getCompilationPhases(InputType, PL);
1062 getPreprocessedType(InputType)
[all...]
H A DToolChains.h200 types::ID InputType) const;
384 types::ID InputType) const;
H A DTools.cpp1391 static void addExceptionArgs(const ArgList &Args, types::ID InputType, argument
1433 if (types::isObjC(InputType) &&
1443 if (types::isCXX(InputType)) {
2405 types::ID InputType = Inputs[0].getType(); local
2408 if (types::isCXX(InputType) &&
2557 if (types::getPreprocessedType(InputType) != types::TY_INVALID)
2595 if (types::isCXX(InputType))
2613 if (!types::isCXX(InputType))
2634 if (types::isCXX(InputType) &&
2888 if (!Args.hasArg(options::OPT_fapple_kext) && types::isCXX(InputType))
[all...]
H A DToolChains.cpp157 types::ID InputType) const {
158 llvm::Triple Triple(ComputeLLVMTriple(Args, InputType));
907 types::ID InputType) const {
908 return ComputeLLVMTriple(Args, InputType);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp1400 LValue InputValue, QualType InputType,
1404 if (CodeGenFunction::hasScalarEvaluationKind(InputType)) {
1407 llvm::Type *Ty = ConvertType(InputType);
1399 EmitAsmInputLValue(const TargetInfo::ConstraintInfo &Info, LValue InputValue, QualType InputType, std::string &ConstraintStr) argument
H A DCodeGenFunction.h2835 LValue InputValue, QualType InputType,

Completed in 210 milliseconds