Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DCompilerInstance.h410 bool hasSourceManager() const { return SourceMgr != nullptr; } in hasSourceManager() function
/external/llvm-project/clang/include/clang/Frontend/
DCompilerInstance.h419 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
/external/llvm-project/clang/include/clang/Basic/
DDiagnostic.h568 bool hasSourceManager() const { return SourceMgr != nullptr; } in hasSourceManager() function
1505 bool hasSourceManager() const { return DiagObj->hasSourceManager(); } in hasSourceManager() function