Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp338 return CE->getCallExpr(); in getStmtForDiagnostics()
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DProgramPoint.h634 const Stmt *getCallExpr() const { in getCallExpr() function
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp837 if (Enter->getCallExpr() == Call) in findCallEnter()
H A DMallocChecker.cpp782 CallEnterN->getLocationAs<CallEnter>()->getCallExpr())) in getFunctionName()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp714 const Stmt *CE = CEP->getCallExpr(); in GetAllocationSite()