/llvm-project/clang/unittests/Serialization/ |
H A D | ModuleCacheTest.cpp | 139 const char *Args2[] = {"clang", "-fmodules", "-Fframeworks2", in TEST_F() local 181 const char *Args2[] = { in TEST_F() local
|
/llvm-project/llvm/unittests/Option/ |
H A D | OptionParsingTest.cpp | 459 InputArgList AL2 = T.ParseArgs(Args2, MAI, MAC); in TYPED_TEST() local 482 AL = T.ParseArgs(Args2, MAI, MAC); in TYPED_TEST() local
|
/llvm-project/clang/lib/AST/ |
H A D | ASTStructuralEquivalence.cpp | 392 const TemplateArgumentLoc *Args2 = E2->getTemplateArgs(); in IsStmtEquivalent() local 712 IsStructurallyEquivalent(StructuralEquivalenceContext & Context,ArrayRef<TemplateArgument> Args1,ArrayRef<TemplateArgument> Args2) IsStructurallyEquivalent() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateDeduction.cpp | 5410 isAtLeastAsSpecializedAs(Sema & S,SourceLocation Loc,const FunctionTemplateDecl * FT1,const FunctionTemplateDecl * FT2,TemplatePartialOrderingContext TPOC,bool Reversed,const SmallVector<QualType> & Args1,const SmallVector<QualType> & Args2) isAtLeastAsSpecializedAs() argument 5535 SmallVector<QualType> Args2; getMoreSpecializedTemplate() local 5933 Args2 = PS2->getTemplateArgs().asArray(); operator ()() local 5952 Args2 = Primary->getInjectedTemplateArgs(); operator ()() local [all...] |
/llvm-project/llvm/unittests/Support/ |
H A D | CommandLineTest.cpp | 2190 const char *Args2[] = {"prog", "-bool-option", "-str-option=str-value", TEST() local 2274 const char *Args2[] = {"prog", "faz"}; TEST() local
|
/llvm-project/clang/unittests/Tooling/ |
H A D | ToolingTest.cpp | 531 std::vector<std::string> Args2 = {"-fno-delayed-template-parsing"}; TEST() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjC.cpp | 1910 Args2.add(RValue::get(V), getContext().getObjCIdType()); in EmitObjCForCollectionStmt() local
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | AddressSanitizer.cpp | 2795 SmallVector<Type *, 3> Args2 = {IntptrTy, IntptrTy}; initializeCallbacks() local
|