Searched defs:EndSourceFile (Results 1 - 6 of 6) sorted by relevance

/external/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h41 virtual void EndSourceFile() { function in class:clang::ChainedDiagnosticConsumer
42 Secondary->EndSourceFile();
43 Primary->EndSourceFile();
/external/clang/lib/Frontend/
H A DLogDiagnosticPrinter.cpp56 void LogDiagnosticPrinter::EndSourceFile() { function in class:LogDiagnosticPrinter
57 // We emit all the diagnostics in EndSourceFile. However, we don't emit any
H A DTextDiagnosticPrinter.cpp45 void TextDiagnosticPrinter::EndSourceFile() { function in class:TextDiagnosticPrinter
H A DFrontendAction.cpp306 // matching EndSourceFile().
316 CI.getDiagnosticClient().EndSourceFile();
344 void FrontendAction::EndSourceFile() { function in class:FrontendAction
348 CI.getDiagnosticClient().EndSourceFile();
373 CI.getPreprocessor().EndSourceFile();
H A DVerifyDiagnosticConsumer.cpp96 void VerifyDiagnosticConsumer::EndSourceFile() { function in class:VerifyDiagnosticConsumer
98 PrimaryClient->EndSourceFile();
/external/clang/lib/Lex/
H A DPreprocessor.cpp451 void Preprocessor::EndSourceFile() { function in class:Preprocessor

Completed in 477 milliseconds