Home
last modified time | relevance | path

Searched refs:functionDecl (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DObjCAutoreleaseWriteChecker.cpp105 -> decltype(callee(functionDecl())) { in callsNames()
106 return callee(functionDecl(hasAnyName(toRefs(FunctionNames)))); in callsNames()
199 functionDecl(HasParamAndWritesInMarkedFuncM), in checkASTCodeBody()
H A DRunLoopAutoreleaseLeakChecker.cpp144 callExpr(callee(functionDecl(hasName("xpc_main")))).bind(RunLoopRunBind); in getRunLoopRunM()
183 DeclarationMatcher GroupM = functionDecl( in checkTempObjectsInNoPool()
H A DGCDAntipatternChecker.cpp57 -> decltype(callee(functionDecl())) { in callsName()
58 return callee(functionDecl(hasName(FunctionName))); in callsName()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1179 functionDecl;
3833 callExpr(callee(functionDecl( in AST_POLYMORPHIC_MATCHER_P2()
5075 functionDecl(isTemplateInstantiation()))); in AST_MATCHER_FUNCTION()
5096 functionDecl(isTemplateInstantiation()))))); in AST_MATCHER_FUNCTION()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp370 const auto FuncDecl = hasDeclaration(functionDecl().bind("func")); in findFunctionArgMutation()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp227 REGISTER_MATCHER(functionDecl); in RegistryMaps()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp611 const internal::VariadicDynCastAllOfMatcher<Decl, FunctionDecl> functionDecl; variable