Home
last modified time | relevance | path

Searched refs:getCallExpr (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNoOwnershipChangeVisitor.cpp65 CallEnterN->getLocationAs<CallEnter>()->getCallExpr())) in getFunctionName()
H A DIteratorModeling.cpp840 if (Enter->getCallExpr() == Call) in findCallEnter()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DProgramPoint.cpp139 if (const Stmt *S = castAs<CallEnter>().getCallExpr()) in getSourceLocation()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp335 return CE->getCallExpr(); in getStmtForDiagnostics()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h644 const Stmt *getCallExpr() const { in getCallExpr() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp715 const Stmt *CE = CEP->getCallExpr(); in GetAllocationSite()