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 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) override;
LogDiagnosticPrinter.h 68 void BeginSourceFile(const LangOptions &LO, const Preprocessor *PP) override {
FrontendAction.h 53 /// This routine is called as part of BeginSourceFile(), which will
94 /// BeginSourceFileAction (and BeginSourceFile).
102 /// BeginSourceFileAction (and BeginSourceFile).
198 /// BeginSourceFile() and EndSourceFile().
202 bool BeginSourceFile(CompilerInstance &CI, const FrontendInputFile &Input);
VerifyDiagnosticConsumer.h 250 void BeginSourceFile(const LangOptions &LangOpts,
  /external/clang/lib/Frontend/
ASTMerge.cpp 36 CI.getDiagnostics().getClient()->BeginSourceFile(
FrontendAction.cpp 168 bool FrontendAction::BeginSourceFile(CompilerInstance &CI,
198 CI.getDiagnosticClient().BeginSourceFile(CI.getLangOpts(), nullptr);
241 CI.getDiagnosticClient().BeginSourceFile(CI.getLangOpts(), nullptr);
290 CI.getDiagnosticClient().BeginSourceFile(CI.getLangOpts(),
TextDiagnosticPrinter.cpp 39 void TextDiagnosticPrinter::BeginSourceFile(const LangOptions &LO,
ChainedIncludesSource.cpp 155 Clang->getDiagnosticClient().BeginSourceFile(Clang->getLangOpts(),
ASTUnit.cpp 235 // If we loaded from an AST file, balance out the BeginSourceFile call.
579 void BeginSourceFile(const LangOptions &LangOpts,
769 AST->getDiagnostics().getClient()->BeginSourceFile(Context.getLangOpts(),&PP);
    [all...]
VerifyDiagnosticConsumer.cpp 76 void VerifyDiagnosticConsumer::BeginSourceFile(const LangOptions &LangOpts,
94 PrimaryClient->BeginSourceFile(LangOpts, PP);
SerializedDiagnosticPrinter.cpp 111 void BeginSourceFile(const LangOptions &LO, const Preprocessor *PP) override {
CompilerInstance.cpp 809 if (Act.BeginSourceFile(*this, getFrontendOpts().Inputs[i])) {
    [all...]
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 106 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);
280 DiagClient->BeginSourceFile(Ctx.getLangOpts(), &Unit->getPreprocessor());
301 // We call BeginSourceFile because DiagnosticConsumer requires that
303 // BeginSourceFile() and EndSourceFile().
304 DiagClient->BeginSourceFile(Ctx.getLangOpts(), &Unit->getPreprocessor());
556 DiagClient->BeginSourceFile(Ctx.getLangOpts(), &Unit->getPreprocessor());
565 // We call BeginSourceFile because DiagnosticConsumer requires that
    [all...]
  /frameworks/compile/slang/
slang.cpp 406 mDiagClient->BeginSourceFile(LangOpts, mPP.get());
441 mDiagClient->BeginSourceFile(LangOpts, mPP.get());
  /external/clang/lib/Rewrite/Frontend/
FrontendActions.cpp 114 if (FixAction->BeginSourceFile(CI, FEOpts.Inputs[0])) {
  /external/lldb/source/Expression/
ClangExpressionParser.cpp 395 diag_buf->BeginSourceFile(m_compiler->getLangOpts(), &m_compiler->getPreprocessor());
  /external/clang/include/clang/Basic/
Diagnostic.h     [all...]

Completed in 618 milliseconds