Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DCompilerInstance.h410 bool hasSourceManager() const { return SourceMgr != nullptr; } in hasSourceManager() function
/external/clang/include/clang/Basic/
DDiagnostic.h379 bool hasSourceManager() const { return SourceMgr != nullptr; } in hasSourceManager() function
1155 bool hasSourceManager() const { return DiagObj->hasSourceManager(); } in hasSourceManager() function