Home
last modified time | relevance | path

Searched refs:getBlockForRegisteredExpression (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h134 const CFGBlock *getBlockForRegisteredExpression(const Stmt *stmt);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp189 AnalysisDeclContext::getBlockForRegisteredExpression(const Stmt *stmt) { in getBlockForRegisteredExpression() function in AnalysisDeclContext
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp2094 const CFGBlock *block = AC.getBlockForRegisteredExpression(D.stmt); in IssueWarnings()