Searched defs:hasSourceManager (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/include/clang/Frontend/ | ||
H A D | CompilerInstance.h | 467 bool hasSourceManager() const { return SourceMgr != nullptr; } hasSourceManager() function |
/llvm-project/clang/include/clang/Basic/ | ||
H A D | Diagnostic.h | 582 bool hasSourceManager() const { return SourceMgr != nullptr; } hasSourceManager() function |