Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DCompilerInstance.h338 bool hasSourceManager() const { return SourceMgr != 0; } in hasSourceManager() function
/external/clang/include/clang/Basic/
DDiagnostic.h369 bool hasSourceManager() const { return SourceMgr != 0; } in hasSourceManager() function
1091 bool hasSourceManager() const { return DiagObj->hasSourceManager(); } in hasSourceManager() function