Home
last modified time | relevance | path

Searched defs:FunDecl (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h336 const FunctionDecl *FunDecl = getCalleeDecl(CE); in getCalleeIdentifier() local
345 const FunctionDecl *FunDecl = getCalleeDecl(CE); in getCalleeName() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DConsumed.cpp185 static bool isTestingFunction(const FunctionDecl *FunDecl) { in isTestingFunction()
265 static ConsumedState testsFor(const FunctionDecl *FunDecl) { in testsFor()
580 const FunctionDecl *FunDecl, in checkCallability()
741 const FunctionDecl *FunDecl = Call->getDirectCallee(); in VisitCallExpr() local
814 const auto *FunDecl = dyn_cast_or_null<FunctionDecl>(Call->getDirectCallee()); in VisitCXXOperatorCallExpr() local
H A DThreadSafety.cpp1529 auto *FunDecl = dyn_cast_or_null<NamedDecl>(Exp->getCalleeDecl()); in getEdgeLockset() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp2795 Decl *FunDecl = in ParseCXXClassMemberDeclaration() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp1624 FunctionDecl *FunDecl; in ImportDeclParts() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp12044 if (FunctionDecl *FunDecl = dyn_cast<FunctionDecl>(Fn)) { in AddMatchingNonTemplateFunction() local