Searched refs:BeginSourceFile (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h39 void BeginSourceFile(const LangOptions &LO,
41 Primary->BeginSourceFile(LO, PP);
42 Secondary->BeginSourceFile(LO, PP);
H A DTextDiagnosticPrinter.h49 void BeginSourceFile(const LangOptions &LO, const Preprocessor *PP) override;
H A DLogDiagnosticPrinter.h72 void BeginSourceFile(const LangOptions &LO, const Preprocessor *PP) override {
H A DFrontendAction.h59 /// This routine is called as part of BeginSourceFile(), which will
99 /// BeginSourceFileAction (and BeginSourceFile).
107 /// BeginSourceFileAction (and BeginSourceFile).
226 /// BeginSourceFile() and EndSourceFile().
230 bool BeginSourceFile(CompilerInstance &CI, const FrontendInputFile &Input);
H A DVerifyDiagnosticConsumer.h301 void BeginSourceFile(const LangOptions &LangOpts,
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp107 void BeginSourceFile(const LangOptions &Opts,
109 // Pass BeginSourceFile message onto DiagClient on first call.
113 DiagClient.BeginSourceFile(Opts, PP);
227 printer.BeginSourceFile(PP.getLangOpts(), &PP);
284 DiagClient->BeginSourceFile(Ctx.getLangOpts(), &Unit->getPreprocessor());
305 // We call BeginSourceFile because DiagnosticConsumer requires that
307 // BeginSourceFile() and EndSourceFile().
308 DiagClient->BeginSourceFile(Ctx.getLangOpts(), &Unit->getPreprocessor());
563 DiagClient->BeginSourceFile(Ctx.getLangOpts(), &Unit->getPreprocessor());
572 // We call BeginSourceFile becaus
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTMerge.cpp35 CI.getDiagnostics().getClient()->BeginSourceFile(
H A DTextDiagnosticPrinter.cpp36 void TextDiagnosticPrinter::BeginSourceFile(const LangOptions &LO, function in class:TextDiagnosticPrinter
H A DFrontendAction.cpp538 bool FrontendAction::BeginSourceFile(CompilerInstance &CI, function in class:FrontendAction
640 CI.getDiagnosticClient().BeginSourceFile(CI.getLangOpts(), nullptr);
693 CI.getDiagnosticClient().BeginSourceFile(CI.getLangOpts(), nullptr);
747 CI.getDiagnosticClient().BeginSourceFile(CI.getLangOpts(),
H A DChainedIncludesSource.cpp156 Clang->getDiagnosticClient().BeginSourceFile(Clang->getLangOpts(),
H A DASTUnit.cpp251 // If we loaded from an AST file, balance out the BeginSourceFile call.
281 getDiagnostics().getClient()->BeginSourceFile(Ctx->getLangOpts(), PP.get());
630 void BeginSourceFile(const LangOptions &LangOpts,
866 AST->getDiagnostics().getClient()->BeginSourceFile(PP.getLangOpts(), &PP);
1201 if (!Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0]))
1618 if (!Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0])) {
2288 if (Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0])) {
H A DVerifyDiagnosticConsumer.cpp663 void VerifyDiagnosticConsumer::BeginSourceFile(const LangOptions &LangOpts, function in class:VerifyDiagnosticConsumer
681 PrimaryClient->BeginSourceFile(LangOpts, PP);
H A DPrecompiledPreamble.cpp336 // BeginSourceFile, so we call release() to avoid double deletion.
345 if (!Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0]))
775 return "BeginSourceFile() return an error";
H A DSerializedDiagnosticPrinter.cpp159 void BeginSourceFile(const LangOptions &LO, const Preprocessor *PP) override {
H A DCompilerInstance.cpp964 if (Act.BeginSourceFile(*this, FIF)) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp122 if (FixAction->BeginSourceFile(CI, FEOpts.Inputs[0])) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp691 if (!action->BeginSourceFile(*instance,
H A DClangExpressionParser.cpp939 diag_buf->BeginSourceFile(m_compiler->getLangOpts(),
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1518 /// in between BeginSourceFile() and EndSourceFile().
1523 virtual void BeginSourceFile(const LangOptions &LangOpts,
1530 /// BeginSourceFile() are inaccessible.

Completed in 248 milliseconds