Home
last modified time | relevance | path

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

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