Searched defs:BeginSourceFile (Results 1 - 7 of 7) 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 DLogDiagnosticPrinter.h65 void BeginSourceFile(const LangOptions &LO, const Preprocessor *PP) { function in class:clang::LogDiagnosticPrinter
/external/clang/lib/Frontend/
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 DSerializedDiagnosticPrinter.cpp103 void BeginSourceFile(const LangOptions &LO, function in class:__anon115::SDiagsWriter
H A DVerifyDiagnosticConsumer.cpp75 void VerifyDiagnosticConsumer::BeginSourceFile(const LangOptions &LangOpts, function in class:VerifyDiagnosticConsumer
93 PrimaryClient->BeginSourceFile(LangOpts, PP);
/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...]

Completed in 86 milliseconds