Searched refs:functionDecl (Results 1 – 13 of 13) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/ASTMatchers/ |
| H A D | GtestMatchers.cpp | 46 return functionDecl(hasName("::testing::internal::CmpHelperNE")); in getComparisonDecl() 48 return functionDecl(hasName("::testing::internal::CmpHelperGE")); in getComparisonDecl() 50 return functionDecl(hasName("::testing::internal::CmpHelperGT")); in getComparisonDecl() 52 return functionDecl(hasName("::testing::internal::CmpHelperLE")); in getComparisonDecl() 54 return functionDecl(hasName("::testing::internal::CmpHelperLT")); in getComparisonDecl() 140 callExpr(callee(functionDecl(hasName( in gtestThatInternal() 161 callee(functionDecl(hasName(getSpecSetterName(Macro)))), in gtestCallInternal() 172 callee(functionDecl(hasName(getSpecSetterName(Macro)))), in gtestCallInternal() 187 callee(functionDecl(hasName(("gmock_" + MockMethodName).str())))), in gtestCallInternal()
|
| H A D | ASTMatchersInternal.cpp | 807 const internal::VariadicDynCastAllOfMatcher<Decl, FunctionDecl> functionDecl; variable
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | OSObjectCStyleCast.cpp | 86 auto DynamicCastM = callExpr(callee(functionDecl(hasName("safeMetaCast")))); in checkASTCodeBody() 95 callee(functionDecl(hasName("allocClassWithName"))), in checkASTCodeBody()
|
| H A D | ObjCAutoreleaseWriteChecker.cpp | 108 return callee(functionDecl(hasAnyName(toRefs(FunctionNames)))); in callsNames() 226 functionDecl(HasParamAndWritesInMarkedFuncM), in checkASTCodeBody()
|
| H A D | RunLoopAutoreleaseLeakChecker.cpp | 143 callExpr(callee(functionDecl(hasName("xpc_main")))).bind(RunLoopRunBind); in getRunLoopRunM() 182 DeclarationMatcher GroupM = functionDecl( in checkTempObjectsInNoPool()
|
| H A D | PointerSortingChecker.cpp | 58 return callee(functionDecl(hasName(FunctionName))); in callsName()
|
| H A D | GCDAntipatternChecker.cpp | 56 return callee(functionDecl(hasName(FunctionName))); in callsName()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
| H A D | UninitializedObjectChecker.cpp | 541 auto AssertLikeM = callExpr(callee(functionDecl( in hasUnguardedAccess() 548 auto NoReturnFuncM = callExpr(callee(functionDecl(isNoReturn()))); in hasUnguardedAccess()
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | ClangTransformerTutorial.rst | 73 makeRule(functionDecl(hasName("MkX").bind("fun"), 79 example, the pattern (``functionDecl(...)``) identifies the declaration of the 100 makeRule(declRefExpr(to(functionDecl(hasName("MkX")))), 284 makeRule(functionDecl(hasName("bad")).bind(f),
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/Models/ |
| H A D | UncheckedOptionalAccessModel.cpp | 81 callee(functionDecl(hasAnyName( in isMakeOptionalCall() 147 return callExpr(callee(functionDecl(hasName("std::swap"))), in isStdSwapCall()
|
| /openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 1375 functionDecl; 4840 callExpr(callee(functionDecl( in AST_POLYMORPHIC_MATCHER_P2() 4940 callExpr(callee(functionDecl( in AST_POLYMORPHIC_MATCHER_P2() 6480 functionDecl(isTemplateInstantiation()))); in AST_MATCHER_FUNCTION() 6501 functionDecl(isTemplateInstantiation()))))); in AST_MATCHER_FUNCTION()
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | ExprMutationAnalyzer.cpp | 551 const auto FuncDecl = hasDeclaration(functionDecl().bind("func")); in findFunctionArgMutation()
|
| /openbsd-src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 258 REGISTER_MATCHER(functionDecl); in RegistryMaps()
|