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 46 void EndSourceFile() override {
47 Secondary->EndSourceFile();
48 Primary->EndSourceFile();
TextDiagnosticPrinter.h 51 void EndSourceFile() override;
LogDiagnosticPrinter.h 77 void EndSourceFile() override;
FrontendAction.h 198 /// action may store and use this object up until the matching EndSourceFile
207 /// BeginSourceFile() and EndSourceFile().
210 /// be aborted and neither Execute() nor EndSourceFile() should be called.
218 void EndSourceFile();
VerifyDiagnosticConsumer.h 254 void EndSourceFile() override;
  /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();
230 printer.EndSourceFile();
287 DiagClient->EndSourceFile();
308 // BeginSourceFile() and EndSourceFile().
328 DiagClient->EndSourceFile();
566 DiagClient->EndSourceFile();
575 // BeginSourceFile() and EndSourceFile().
590 DiagClient->EndSourceFile();
    [all...]
  /external/clang/lib/Frontend/
ASTMerge.cpp 79 CI.getDiagnostics().getClient()->EndSourceFile();
TextDiagnosticPrinter.cpp 45 void TextDiagnosticPrinter::EndSourceFile() {
FrontendAction.cpp 415 // matching EndSourceFile().
425 CI.getDiagnosticClient().EndSourceFile();
455 void FrontendAction::EndSourceFile() {
459 CI.getDiagnosticClient().EndSourceFile();
463 CI.getPreprocessor().EndSourceFile();
LogDiagnosticPrinter.cpp 77 void LogDiagnosticPrinter::EndSourceFile() {
78 // We emit all the diagnostics in EndSourceFile. However, we don't emit any
ChainedIncludesSource.cpp 203 Clang->getDiagnosticClient().EndSourceFile();
VerifyDiagnosticConsumer.cpp 94 void VerifyDiagnosticConsumer::EndSourceFile() {
96 PrimaryClient->EndSourceFile();
ASTUnit.cpp 237 getDiagnostics().getClient()->EndSourceFile();
    [all...]
CompilerInstance.cpp 841 Act.EndSourceFile();
    [all...]
  /external/clang/lib/Frontend/Rewrite/
FrontendActions.cpp 130 FixAction->EndSourceFile();
  /external/clang/unittests/Frontend/
FrontendActionTest.cpp 172 TEST(PreprocessorFrontendAction, EndSourceFile) {
  /frameworks/compile/slang/
slang.cpp 395 mPP->EndSourceFile();
427 mDiagClient->EndSourceFile();
  /external/clang/include/clang/Basic/
Diagnostic.h     [all...]
  /external/clang/lib/Lex/
Preprocessor.cpp 530 void Preprocessor::EndSourceFile() {
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h     [all...]

Completed in 285 milliseconds