HomeSort by relevance Sort by last modified time
    Searched refs:BeginSourceFile (Results 1 - 18 of 18) sorted by null

  /external/clang/include/clang/Frontend/
ChainedDiagnosticConsumer.h 35 virtual void BeginSourceFile(const LangOptions &LO,
37 Primary->BeginSourceFile(LO, PP);
38 Secondary->BeginSourceFile(LO, PP);
TextDiagnosticPrinter.h 50 void BeginSourceFile(const LangOptions &LO, const Preprocessor *PP);
LogDiagnosticPrinter.h 65 void BeginSourceFile(const LangOptions &LO, const Preprocessor *PP) {
FrontendAction.h 53 /// This routine is called as part of BeginSourceFile(), which will
94 /// BeginSourceFileAction (and BeginSourceFile).
102 /// BeginSourceFileAction (and BeginSourceFile).
199 /// BeginSourceFile() and EndSourceFile().
203 bool BeginSourceFile(CompilerInstance &CI, const FrontendInputFile &Input);
VerifyDiagnosticConsumer.h 246 virtual void BeginSourceFile(const LangOptions &LangOpts,
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 106 virtual void BeginSourceFile(const LangOptions &Opts,
108 // Pass BeginSourceFile message onto DiagClient on first call.
112 DiagClient.BeginSourceFile(Opts, PP);
224 printer.BeginSourceFile(PP.getLangOpts(), &PP);
282 DiagClient->BeginSourceFile(Ctx.getLangOpts(), &Unit->getPreprocessor());
303 // We call BeginSourceFile because DiagnosticConsumer requires that
305 // BeginSourceFile() and EndSourceFile().
306 DiagClient->BeginSourceFile(Ctx.getLangOpts(), &Unit->getPreprocessor());
612 DiagClient->BeginSourceFile(Ctx.getLangOpts(), &Unit->getPreprocessor());
621 // We call BeginSourceFile because DiagnosticConsumer requires that
    [all...]
  /external/clang/lib/Frontend/
ASTMerge.cpp 36 CI.getDiagnostics().getClient()->BeginSourceFile(
FrontendAction.cpp 162 bool FrontendAction::BeginSourceFile(CompilerInstance &CI,
192 CI.getDiagnosticClient().BeginSourceFile(CI.getLangOpts(), 0);
226 CI.getDiagnosticClient().BeginSourceFile(CI.getLangOpts(), 0);
271 CI.getDiagnosticClient().BeginSourceFile(CI.getLangOpts(),
TextDiagnosticPrinter.cpp 39 void TextDiagnosticPrinter::BeginSourceFile(const LangOptions &LO,
ChainedIncludesSource.cpp 107 Clang->getDiagnosticClient().BeginSourceFile(Clang->getLangOpts(),
ASTUnit.cpp 240 // If we loaded from an AST file, balance out the BeginSourceFile call.
592 virtual void BeginSourceFile(const LangOptions &LangOpts,
845 AST->getDiagnostics().getClient()->BeginSourceFile(Context.getLangOpts(),&PP);
    [all...]
VerifyDiagnosticConsumer.cpp 75 void VerifyDiagnosticConsumer::BeginSourceFile(const LangOptions &LangOpts,
93 PrimaryClient->BeginSourceFile(LangOpts, PP);
SerializedDiagnosticPrinter.cpp 110 void BeginSourceFile(const LangOptions &LO,
CompilerInstance.cpp 700 if (Act.BeginSourceFile(*this, getFrontendOpts().Inputs[i])) {
    [all...]
  /frameworks/compile/slang/
slang.cpp 410 mDiagClient->BeginSourceFile(LangOpts, mPP.get());
445 mDiagClient->BeginSourceFile(LangOpts, mPP.get());
  /external/clang/lib/Rewrite/Frontend/
FrontendActions.cpp 114 if (FixAction->BeginSourceFile(CI, FEOpts.Inputs[0])) {
  /external/clang/include/clang/Basic/
Diagnostic.h     [all...]
  /external/clang/lib/Lex/
ModuleMap.cpp     [all...]

Completed in 316 milliseconds