Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/
H A DLiveVariables.h96 void dumpExprLiveness(const SourceManager &M);
/llvm-project-15.0.7/clang/lib/Analysis/
H A DLiveVariables.cpp48 void dumpExprLiveness(const SourceManager& M);
623 void LiveVariables::dumpExprLiveness(const SourceManager &M) { in dumpExprLiveness() function in LiveVariables
624 getImpl(impl).dumpExprLiveness(M); in dumpExprLiveness()
627 void LiveVariablesImpl::dumpExprLiveness(const SourceManager &M) { in dumpExprLiveness() function in LiveVariablesImpl
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp139 L->dumpExprLiveness(Mgr.getSourceManager()); in checkASTCodeBody()