Home
last modified time | relevance | path

Searched refs:getCalleeDecl (Results 1 – 25 of 27) sorted by relevance

12

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCheckerContext.h236 const FunctionDecl *getCalleeDecl(const CallExpr *CE) const;
243 const FunctionDecl *FunDecl = getCalleeDecl(CE); in getCalleeIdentifier()
252 const FunctionDecl *FunDecl = getCalleeDecl(CE); in getCalleeName()
/external/clang/lib/StaticAnalyzer/Checkers/
DChrootChecker.cpp65 const FunctionDecl *FD = C.getCalleeDecl(CE); in evalCall()
125 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPreStmt()
DBuiltinFunctionChecker.cpp35 const FunctionDecl *FD = C.getCalleeDecl(CE); in evalCall()
DGenericTaintChecker.cpp296 const FunctionDecl *FDecl = C.getCalleeDecl(CE); in addSourcesPre()
373 const FunctionDecl *FDecl = C.getCalleeDecl(CE); in addSourcesPost()
410 const FunctionDecl *FDecl = C.getCalleeDecl(CE); in checkPre()
613 const FunctionDecl *FDecl = C.getCalleeDecl(CE); in getPrintfFormatArgumentNum()
DMacOSKeychainAPIChecker.cpp284 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPreStmt()
446 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPostStmt()
DUnixAPIChecker.cpp333 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPreStmt()
DBasicObjCFoundationChecks.cpp398 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPreStmt()
512 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPreStmt()
DStreamChecker.cpp107 const FunctionDecl *FD = C.getCalleeDecl(CE); in REGISTER_MAP_WITH_PROGRAMSTATE()
DMallocChecker.cpp576 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPostStmt()
860 const FunctionDecl *FD = C.getCalleeDecl(CE); in getAllocationFamily()
863 FD = dyn_cast<FunctionDecl>(CE->getCalleeDecl()); in getAllocationFamily()
DCStringChecker.cpp1819 const FunctionDecl *FDecl = C.getCalleeDecl(CE); in evalCall()
DRetainCountChecker.cpp3168 const FunctionDecl *FD = C.getCalleeDecl(CE); in evalCall()
/external/clang/lib/StaticAnalyzer/Core/
DCheckerContext.cpp22 const FunctionDecl *CheckerContext::getCalleeDecl(const CallExpr *CE) const { in getCalleeDecl() function in CheckerContext
DExprEngine.cpp881 const Decl *Callee = OCE->getCalleeDecl(); in Visit()
/external/clang/lib/ARCMigrate/
DTransUnbridgedCasts.cpp413 FD = dyn_cast_or_null<FunctionDecl>(callE->getCalleeDecl())) in isPassedToCFRetain()
426 FD = dyn_cast_or_null<FunctionDecl>(callE->getCalleeDecl())) { in isPassedToCParamWithKnownOwnership()
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp898 else if (CE->getCalleeDecl()) in canThrow()
899 CT = canCalleeThrow(*this, E, CE->getCalleeDecl()); in canThrow()
DSemaStmt.cpp218 if (const Decl *FD = CE->getCalleeDecl()) { in DiagnoseUnusedExprResult()
1779 FunctionDecl *D = dyn_cast<FunctionDecl>(CE->getCalleeDecl()); in NoteForRangeBeginEndFunction()
DSemaChecking.cpp2066 if (const NamedDecl *ND = dyn_cast_or_null<NamedDecl>(CE->getCalleeDecl())) { in checkFormatStringExpr()
6539 FunctionDecl *Fn = dyn_cast_or_null<FunctionDecl>(CE->getCalleeDecl()); in findCapturingExpr()
/external/clang/lib/Analysis/
DUninitializedValues.cpp633 if (Decl *Callee = ce->getCalleeDecl()) { in VisitCallExpr()
DThreadSafety.cpp1698 NamedDecl *FunDecl = dyn_cast_or_null<NamedDecl>(Exp->getCalleeDecl()); in getEdgeLockset()
2140 NamedDecl *D = dyn_cast_or_null<NamedDecl>(Exp->getCalleeDecl()); in VisitCallExpr()
/external/clang/lib/AST/
DExprCXX.cpp676 cast<FunctionDecl>(getCalleeDecl())->getParamDecl(0)->getType(); in getLiteralOperatorKind()
698 return cast<FunctionDecl>(getCalleeDecl())->getLiteralIdentifier(); in getUDSuffix()
DExpr.cpp1110 Decl *CallExpr::getCalleeDecl() { in getCalleeDecl() function in CallExpr
1135 return dyn_cast_or_null<FunctionDecl>(getCalleeDecl()); in getDirectCallee()
2051 if (const Decl *FD = CE->getCalleeDecl()) { in isUnusedResultAWarning()
2961 = dyn_cast_or_null<CXXMethodDecl>(E->getCalleeDecl())) { in VisitCallExpr()
/external/clang/lib/CodeGen/
DCGClass.cpp1007 CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(MCE->getCalleeDecl()); in getMemcpyableField()
1023 FunctionDecl *FD = dyn_cast<FunctionDecl>(CE->getCalleeDecl()); in getMemcpyableField()
DCGObjC.cpp1070 = dyn_cast_or_null<FunctionDecl>(call->getCalleeDecl())) in hasTrivialSetExpr()
/external/clang/include/clang/AST/
DExpr.h2166 Decl *getCalleeDecl();
2167 const Decl *getCalleeDecl() const { in getCalleeDecl() function
2168 return const_cast<CallExpr*>(this)->getCalleeDecl(); in getCalleeDecl()
/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h565 return matchesDecl(Node.getCalleeDecl(), Finder, Builder); in matchesSpecialized()

12