Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp2449 static SourceManager* GraphPrintSourceManager; variable
2484 << GraphPrintSourceManager->getExpansionLineNumber(SLoc) in printLocation()
2486 << GraphPrintSourceManager->getExpansionColumnNumber(SLoc) in printLocation()
2589 << GraphPrintSourceManager->getExpansionLineNumber(SLoc) in getNodeLabel()
2591 << GraphPrintSourceManager->getExpansionColumnNumber(SLoc); in getNodeLabel()
2724 GraphPrintSourceManager = &getContext().getSourceManager(); in ViewGraph()
2729 GraphPrintSourceManager = nullptr; in ViewGraph()
2737 GraphPrintSourceManager = &getContext().getSourceManager(); in ViewGraph()
2747 GraphPrintSourceManager = nullptr; in ViewGraph()