Searched defs:EndSourceFile (Results 1 – 7 of 7) sorted by relevance
/external/clang/include/clang/Frontend/ | ||
D | ChainedDiagnosticConsumer.h | 41 virtual void EndSourceFile() { in EndSourceFile() function |
/external/clang/lib/Frontend/ | ||
D | TextDiagnosticPrinter.cpp | 44 void TextDiagnosticPrinter::EndSourceFile() { in EndSourceFile() function in TextDiagnosticPrinter |
D | LogDiagnosticPrinter.cpp | 56 void LogDiagnosticPrinter::EndSourceFile() { in EndSourceFile() function in LogDiagnosticPrinter |
D | FrontendAction.cpp | 338 void FrontendAction::EndSourceFile() { in EndSourceFile() function in FrontendAction |
D | VerifyDiagnosticConsumer.cpp | 52 void VerifyDiagnosticConsumer::EndSourceFile() { in EndSourceFile() function in VerifyDiagnosticConsumer |
/external/clang/lib/Lex/ | ||
D | Preprocessor.cpp | 436 void Preprocessor::EndSourceFile() { in EndSourceFile() function in Preprocessor |
/external/clang/include/clang/Basic/ | ||
D | Diagnostic.h | 1167 virtual void EndSourceFile() {} in EndSourceFile() function |