Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp49 void dumpExprLiveness(const SourceManager& M);
624 void LiveVariables::dumpExprLiveness(const SourceManager &M) { in dumpExprLiveness() function in LiveVariables
625 getImpl(impl).dumpExprLiveness(M); in dumpExprLiveness()
628 void LiveVariablesImpl::dumpExprLiveness(const SourceManager &M) { in dumpExprLiveness() function in LiveVariablesImpl
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DLiveVariables.h96 void dumpExprLiveness(const SourceManager &M);