Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp339 return CE->getCallExpr(); in getStmtForDiagnostics()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DProgramPoint.h636 const Stmt *getCallExpr() const { in getCallExpr() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp718 const Stmt *CE = CEP->getCallExpr(); in GetAllocationSite()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp838 if (Enter->getCallExpr() == Call) in findCallEnter()