Home
last modified time | relevance | path

Searched refs:hasSourceManager (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DLogDiagnosticPrinter.cpp117 if (MainFilename.empty() && Info.hasSourceManager()) { in HandleDiagnostic()
142 if (Info.getLocation().isValid() && Info.hasSourceManager()) { in HandleDiagnostic()
H A DSARIFDiagnosticPrinter.cpp76 assert(Info.hasSourceManager() && in HandleDiagnostic()
H A DTextDiagnosticPrinter.cpp147 assert(Info.hasSourceManager() && in HandleDiagnostic()
H A DVerifyDiagnosticConsumer.cpp663 if (Diags.hasSourceManager()) in VerifyDiagnosticConsumer()
721 if (Info.hasSourceManager()) { in HandleDiagnostic()
H A DSerializedDiagnosticPrinter.cpp618 assert(Info.hasSourceManager() && LangOpts && in HandleDiagnostic()
H A DFrontendAction.cpp725 if (!CI.hasSourceManager()) { in BeginSourceFile()
H A DASTUnit.cpp708 if (!D.hasSourceManager() || !D.getLocation().isValid()) in isInMainFile()
723 if (!Info.hasSourceManager() || &Info.getSourceManager() == SourceMgr) { in HandleDiagnostic()
H A DCompilerInstance.cpp1042 if (hasSourceManager() && !Act.isModelParsingAction()) in ExecuteAction()
/openbsd-src/gnu/llvm/clang/lib/Testing/
H A DTestAST.cpp59 if (!Clang.hasSourceManager()) in createMissingComponents()
/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
/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/tools/clang-import-test/
H A Dclang-import-test.cpp135 if (Info.hasSourceManager() && LangOpts) { in HandleDiagnostic()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DDiagnostic.cpp1163 assert((Info.getLocation().isInvalid() || Info.hasSourceManager()) && in StoredDiagnostic()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp661 if (!m_compiler->hasSourceManager()) in ClangExpressionParser()