Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DExtractVariable.cpp354 const SelectionTree::Node *getCallExpr(const SelectionTree::Node *DeclRef) { in getCallExpr() function
466 if (const SelectionTree::Node *Call = getCallExpr(N)) in computeExtractedExpr()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp338 return CE->getCallExpr(); in getStmtForDiagnostics()
/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DProgramPoint.h635 const Stmt *getCallExpr() const { in getCallExpr() function
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp837 if (Enter->getCallExpr() == Call) in findCallEnter()
H A DMallocChecker.cpp796 CallEnterN->getLocationAs<CallEnter>()->getCallExpr())) in getFunctionName()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp712 const Stmt *CE = CEP->getCallExpr(); in GetAllocationSite()