Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h418 bool hasSourceManager() const { return SourceMgr != nullptr; } in hasSourceManager() function
/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnostic.h575 bool hasSourceManager() const { return SourceMgr != nullptr; } in hasSourceManager() function
1544 bool hasSourceManager() const { return DiagObj->hasSourceManager(); } in hasSourceManager() function