Searched refs:functionDecl (Results 1 – 9 of 9) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/unittests/ASTMatchers/ |
| H A D | ASTMatchersTest.cpp | 419 callExpr(allOf(callee(functionDecl(hasName("f"))), in TEST() 422 callExpr(allOf(callee(functionDecl(hasName("f"))), in TEST() 427 callExpr(allOf(callee(functionDecl(hasName("f"))), in TEST() 433 callExpr(allOf(callee(functionDecl(hasName("f"))), in TEST() 790 functionDecl(forEachDescendant( in TEST() 1171 DeclarationMatcher AnyOpStar = functionDecl(hasOverloadedOperatorName("*")); in TEST() 1396 StatementMatcher CallFunctionF = callExpr(callee(functionDecl(hasName("f")))); in TEST() 1440 functionDecl(hasName("g")))))))); in TEST() 1474 DeclarationMatcher Function1Arg = functionDecl(parameterCountIs(1)); in TEST() 1555 functionDecl(returns(asString("int"))))); in TEST() [all …]
|
| /minix3/external/bsd/llvm/dist/clang/unittests/AST/ |
| H A D | StmtPrinterTest.cpp | 118 functionDecl(hasName(ContainingFunction), in PrintedStmtCXX98Matches() 144 functionDecl(hasName(ContainingFunction), in PrintedStmtMSMatches()
|
| H A D | ASTTypeTraitsTest.cpp | 144 EXPECT_TRUE(Verifier.match("void f() {}", functionDecl())); in TEST() 156 EXPECT_TRUE(Verifier.match("void f() {}", functionDecl())); in TEST()
|
| H A D | SourceLocationTest.cpp | 122 EXPECT_TRUE(Verifier.match("class C { C(); };", functionDecl())); in TEST()
|
| H A D | DeclPrinterTest.cpp | 452 functionDecl(hasName("A"), isExplicitTemplateSpecialization()).bind("id"), in TEST()
|
| /minix3/external/bsd/llvm/dist/clang/unittests/ASTMatchers/Dynamic/ |
| H A D | VariantValueTest.cpp | 138 VariantValue(VariantMatcher::SingleMatcher(functionDecl())) in TEST() 156 "int x;", VariantValue(VariantMatcher::SingleMatcher(functionDecl())) in TEST()
|
| H A D | RegistryTest.cpp | 152 Value = functionDecl(constructMatcher("parameterCountIs", 2) in TEST_F() 180 functionDecl(constructMatcher( in TEST_F()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 775 const internal::VariadicDynCastAllOfMatcher<Decl, FunctionDecl> functionDecl; variable 3164 functionDecl(isTemplateInstantiation()))); in AST_MATCHER_FUNCTION() 3185 functionDecl(isTemplateInstantiation()))))); in AST_MATCHER_FUNCTION()
|
| /minix3/external/bsd/llvm/dist/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 166 REGISTER_MATCHER(functionDecl); in RegistryMaps()
|