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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2144 static SourceManager* GraphPrintSourceManager; variable
2179 << GraphPrintSourceManager->getExpansionLineNumber(SLoc)
2181 << GraphPrintSourceManager->getExpansionColumnNumber(SLoc)
2284 << GraphPrintSourceManager->getExpansionLineNumber(SLoc)
2286 << GraphPrintSourceManager->getExpansionColumnNumber(SLoc);
2428 GraphPrintSourceManager = &getContext().getSourceManager();
2433 GraphPrintSourceManager = NULL;
2441 GraphPrintSourceManager = &getContext().getSourceManager();
2451 GraphPrintSourceManager = NULL;

Completed in 110 milliseconds