HomeSort by relevance Sort by last modified time
    Searched defs:getLiveVariables (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 177 LiveVariables *getLiveVariables(Decl const *D) {
178 return AnaCtxMgr.getContext(D)->getLiveVariables();
ExplodedGraph.h 141 LiveVariables &getLiveVariables() const {
142 return *getLocationContext()->getLiveVariables();
  /external/clang/lib/Analysis/
AnalysisContext.cpp 163 LiveVariables *AnalysisContext::getLiveVariables() {
  /external/clang/include/clang/Analysis/
AnalysisContext.h 126 LiveVariables *getLiveVariables();
199 LiveVariables *getLiveVariables() const {
200 return getAnalysisContext()->getLiveVariables();

Completed in 121 milliseconds