Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp2511 static SourceManager* GraphPrintSourceManager; variable
2546 << GraphPrintSourceManager->getExpansionLineNumber(SLoc) in printLocation()
2548 << GraphPrintSourceManager->getExpansionColumnNumber(SLoc) in printLocation()
2651 << GraphPrintSourceManager->getExpansionLineNumber(SLoc) in getNodeLabel()
2653 << GraphPrintSourceManager->getExpansionColumnNumber(SLoc); in getNodeLabel()
2786 GraphPrintSourceManager = &getContext().getSourceManager(); in ViewGraph()
2791 GraphPrintSourceManager = nullptr; in ViewGraph()
2799 GraphPrintSourceManager = &getContext().getSourceManager(); in ViewGraph()
2809 GraphPrintSourceManager = nullptr; in ViewGraph()