Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInstance.h421 bool hasSourceManager() const { return SourceMgr != nullptr; } in hasSourceManager() function
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDiagnostic.h577 bool hasSourceManager() const { return SourceMgr != nullptr; } in hasSourceManager() function
1578 bool hasSourceManager() const { return DiagObj->hasSourceManager(); } in hasSourceManager() function