Home
last modified time | relevance | path

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

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