Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h367 const FunctionDecl *FunDecl = getCalleeDecl(CE); in getCalleeIdentifier() local
376 const FunctionDecl *FunDecl = getCalleeDecl(CE); in getCalleeName() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp182 static bool isTestingFunction(const FunctionDecl *FunDecl) { in isTestingFunction()
258 static ConsumedState testsFor(const FunctionDecl *FunDecl) { in testsFor()
573 const FunctionDecl *FunDecl, in checkCallability()
734 const FunctionDecl *FunDecl = Call->getDirectCallee(); in VisitCallExpr() local
807 const auto *FunDecl = dyn_cast_or_null<FunctionDecl>(Call->getDirectCallee()); in VisitCXXOperatorCallExpr() local
H A DThreadSafety.cpp1550 auto *FunDecl = dyn_cast_or_null<NamedDecl>(Exp->getCalleeDecl()); in getEdgeLockset() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp115 bool ASTResultSynthesizer::SynthesizeFunctionResult(FunctionDecl *FunDecl) { in SynthesizeFunctionResult()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp692 if (const auto *FunDecl = C.getLocationContext()->getDecl(); in checkPreStmt() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp3093 Decl *FunDecl = ParseCXXInlineMethodDef(AS, AccessAttrs, DeclaratorInfo, in ParseCXXClassMemberDeclaration() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp13665 if (FunctionDecl *FunDecl = dyn_cast<FunctionDecl>(Fn)) { in AddMatchingNonTemplateFunction() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp2153 FunctionDecl *FunDecl; in ImportDeclParts() local