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

/freebsd-13-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.h304 void BeginSourceFile(const LangOptions &LangOpts,
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp108 void BeginSourceFile(const LangOptions &Opts,
110 // Pass BeginSourceFile message onto DiagClient on first call.
114 DiagClient.BeginSourceFile(Opts, PP);
228 printer.BeginSourceFile(PP.getLangOpts(), &PP);
285 DiagClient->BeginSourceFile(Ctx.getLangOpts(), &Unit->getPreprocessor());
306 // We call BeginSourceFile because DiagnosticConsumer requires that
308 // BeginSourceFile() and EndSourceFile().
309 DiagClient->BeginSourceFile(Ctx.getLangOpts(), &Unit->getPreprocessor());
564 DiagClient->BeginSourceFile(Ctx.getLangOpts(), &Unit->getPreprocessor());
573 // We call BeginSourceFile becaus
[all...]
/freebsd-13-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 DChainedIncludesSource.cpp156 Clang->getDiagnosticClient().BeginSourceFile(Clang->getLangOpts(),
H A DFrontendAction.cpp549 bool FrontendAction::BeginSourceFile(CompilerInstance &CI, function in class:FrontendAction
654 CI.getDiagnosticClient().BeginSourceFile(CI.getLangOpts(), nullptr);
707 CI.getDiagnosticClient().BeginSourceFile(CI.getLangOpts(), nullptr);
761 CI.getDiagnosticClient().BeginSourceFile(CI.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);
1202 if (!Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0]))
1620 if (!Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0])) {
2292 if (Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0])) {
H A DVerifyDiagnosticConsumer.cpp681 void VerifyDiagnosticConsumer::BeginSourceFile(const LangOptions &LangOpts, function in class:VerifyDiagnosticConsumer
699 PrimaryClient->BeginSourceFile(LangOpts, PP);
H A DPrecompiledPreamble.cpp408 // BeginSourceFile, so we call release() to avoid double deletion.
417 if (!Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0]))
874 return "BeginSourceFile() return an error";
H A DSerializedDiagnosticPrinter.cpp160 void BeginSourceFile(const LangOptions &LO, const Preprocessor *PP) override {
H A DCompilerInstance.cpp983 if (Act.BeginSourceFile(*this, FIF)) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp59 void BeginSourceFile(const clang::LangOptions &LangOpts,
165 void StoringDiagnosticConsumer::BeginSourceFile( function in class:StoringDiagnosticConsumer
167 m_diag_printer->BeginSourceFile(LangOpts, PP);
720 if (!action->BeginSourceFile(*instance,
H A DClangExpressionParser.cpp267 void BeginSourceFile(const LangOptions &LO, const Preprocessor *PP) override {
268 m_passthrough->BeginSourceFile(LO, PP);
1031 adapter->BeginSourceFile(m_compiler->getLangOpts(),
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp122 if (FixAction->BeginSourceFile(CI, FEOpts.Inputs[0])) {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1545 /// in between BeginSourceFile() and EndSourceFile().
1550 virtual void BeginSourceFile(const LangOptions &LangOpts,
1557 /// BeginSourceFile() are inaccessible.

Completed in 232 milliseconds