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

/external/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h35 virtual void BeginSourceFile(const LangOptions &LO, function in class:clang::ChainedDiagnosticConsumer
37 Primary->BeginSourceFile(LO, PP);
38 Secondary->BeginSourceFile(LO, PP);
H A DTextDiagnosticPrinter.h49 void BeginSourceFile(const LangOptions &LO, const Preprocessor *PP);
H A DLogDiagnosticPrinter.h65 void BeginSourceFile(const LangOptions &LO, const Preprocessor *PP) { function in class:clang::LogDiagnosticPrinter
H A DVerifyDiagnosticConsumer.h212 virtual void BeginSourceFile(const LangOptions &LangOpts,
H A DFrontendAction.h88 /// BeginSourceFileAction (and BeginSourceFile).
170 /// BeginSourceFile - Prepare the action for processing the input file \arg
184 /// BeginSourceFile() and \see EndSourceFile().
188 bool BeginSourceFile(CompilerInstance &CI, const FrontendInputFile &Input);
/external/clang/lib/ARCMigrate/
H A DARCMT.cpp104 virtual void BeginSourceFile(const LangOptions &Opts, function in class:__anon3444::CaptureDiagnosticConsumer
106 // Pass BeginSourceFile message onto DiagClient on first call.
110 DiagClient.BeginSourceFile(Opts, PP);
254 printer.BeginSourceFile(PP.getLangOpts(), &PP);
309 DiagClient->BeginSourceFile(Ctx.getLangOpts(), &Unit->getPreprocessor());
330 // We call BeginSourceFile because DiagnosticConsumer requires that
332 // BeginSourceFile() and EndSourceFile().
333 DiagClient->BeginSourceFile(Ctx.getLangOpts(), &Unit->getPreprocessor());
621 DiagClient->BeginSourceFile(Ctx.getLangOpts(), &Unit->getPreprocessor());
630 // We call BeginSourceFile becaus
[all...]
/external/clang/lib/Frontend/
H A DASTMerge.cpp36 CI.getDiagnostics().getClient()->BeginSourceFile(
H A DTextDiagnosticPrinter.cpp39 void TextDiagnosticPrinter::BeginSourceFile(const LangOptions &LO, function in class:TextDiagnosticPrinter
H A DFrontendAction.cpp158 bool FrontendAction::BeginSourceFile(CompilerInstance &CI, function in class:FrontendAction
217 CI.getDiagnosticClient().BeginSourceFile(CI.getLangOpts(), 0);
231 CI.getDiagnosticClient().BeginSourceFile(CI.getLangOpts(),
H A DVerifyDiagnosticConsumer.cpp75 void VerifyDiagnosticConsumer::BeginSourceFile(const LangOptions &LangOpts, function in class:VerifyDiagnosticConsumer
93 PrimaryClient->BeginSourceFile(LangOpts, PP);
H A DChainedIncludesSource.cpp102 Clang->getDiagnosticClient().BeginSourceFile(Clang->getLangOpts(),
H A DASTUnit.cpp1135 if (!Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0]))
1568 if (!Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0])) {
1797 if (!Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0])) {
2446 if (Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0])) {
H A DSerializedDiagnosticPrinter.cpp103 void BeginSourceFile(const LangOptions &LO, function in class:__anon115::SDiagsWriter
H A DCompilerInstance.cpp671 if (Act.BeginSourceFile(*this, getFrontendOpts().Inputs[i])) {
/external/clang/lib/Rewrite/Frontend/
H A DFrontendActions.cpp116 if (FixAction->BeginSourceFile(CI, FEOpts.Inputs[0])) {
/external/clang/include/clang/Basic/
H A DDiagnostic.h1244 /// in between BeginSourceFile() and EndSourceFile().
1249 virtual void BeginSourceFile(const LangOptions &LangOpts,
1256 /// BeginSourceFile() are inaccessible.
/external/clang/lib/Lex/
H A DModuleMap.cpp1430 Diags->getClient()->BeginSourceFile(MMapLangOpts);

Completed in 333 milliseconds