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

  /external/clang/include/clang/Frontend/
ChainedDiagnosticConsumer.h 41 void EndSourceFile() override {
42 Secondary->EndSourceFile();
43 Primary->EndSourceFile();
TextDiagnosticPrinter.h 51 void EndSourceFile() override;
LogDiagnosticPrinter.h 72 void EndSourceFile() override;
FrontendAction.h 189 /// action may store and use this object up until the matching EndSourceFile
198 /// BeginSourceFile() and EndSourceFile().
201 /// be aborted and neither Execute() nor EndSourceFile() should be called.
209 void EndSourceFile();
VerifyDiagnosticConsumer.h 253 void EndSourceFile() override;
  /external/clang/lib/Frontend/
ASTMerge.cpp 74 CI.getDiagnostics().getClient()->EndSourceFile();
FrontendAction.cpp 389 // matching EndSourceFile().
399 CI.getDiagnosticClient().EndSourceFile();
427 void FrontendAction::EndSourceFile() {
431 CI.getDiagnosticClient().EndSourceFile();
456 CI.getPreprocessor().EndSourceFile();
TextDiagnosticPrinter.cpp 45 void TextDiagnosticPrinter::EndSourceFile() {
LogDiagnosticPrinter.cpp 75 void LogDiagnosticPrinter::EndSourceFile() {
76 // We emit all the diagnostics in EndSourceFile. However, we don't emit any
ChainedIncludesSource.cpp 198 Clang->getDiagnosticClient().EndSourceFile();
VerifyDiagnosticConsumer.cpp 97 void VerifyDiagnosticConsumer::EndSourceFile() {
99 PrimaryClient->EndSourceFile();
ASTUnit.cpp 237 getDiagnostics().getClient()->EndSourceFile();
    [all...]
CompilerInstance.cpp 811 Act.EndSourceFile();
    [all...]
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 109 // The corresponding EndSourceFile call will be made from an
118 // Call EndSourceFile on DiagClient on completion of capture to
122 DiagClient.EndSourceFile();
226 printer.EndSourceFile();
282 DiagClient->EndSourceFile();
303 // BeginSourceFile() and EndSourceFile().
323 DiagClient->EndSourceFile();
558 DiagClient->EndSourceFile();
567 // BeginSourceFile() and EndSourceFile().
582 DiagClient->EndSourceFile();
    [all...]
  /frameworks/compile/slang/
slang.cpp 415 mPP->EndSourceFile();
447 mDiagClient->EndSourceFile();
  /external/clang/lib/Rewrite/Frontend/
FrontendActions.cpp 129 FixAction->EndSourceFile();
  /external/lldb/source/Expression/
ClangExpressionParser.cpp 404 diag_buf->EndSourceFile();
  /external/clang/lib/Lex/
Preprocessor.cpp 493 void Preprocessor::EndSourceFile() {
  /external/clang/include/clang/Basic/
Diagnostic.h     [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 710 void EndSourceFile();
    [all...]

Completed in 325 milliseconds