Home
last modified time | relevance | path

Searched defs:hasSourceManager (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h467 bool hasSourceManager() const { return SourceMgr != nullptr; } hasSourceManager() function
/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h582 bool hasSourceManager() const { return SourceMgr != nullptr; } hasSourceManager() function
1583 bool hasSourceManager() const { return DiagObj->hasSourceManager(); } hasSourceManager() function