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.cpp50 void dumpExprLiveness(const SourceManager& M);
659 void LiveVariables::dumpExprLiveness(const SourceManager &M) { in dumpExprLiveness() function in LiveVariables
660 getImpl(impl).dumpExprLiveness(M); in dumpExprLiveness()
663 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);