Searched defs:EndSourceFile (Results 1 – 7 of 7) sorted by relevance
| /external/clang/include/clang/Frontend/ | ||
| D | ChainedDiagnosticConsumer.h | 41 void EndSourceFile() override { in EndSourceFile() function |
| /external/clang/lib/Frontend/ | ||
| D | TextDiagnosticPrinter.cpp | 45 void TextDiagnosticPrinter::EndSourceFile() { in EndSourceFile() function in TextDiagnosticPrinter |
| D | LogDiagnosticPrinter.cpp | 75 void LogDiagnosticPrinter::EndSourceFile() { in EndSourceFile() function in LogDiagnosticPrinter |
| D | FrontendAction.cpp | 427 void FrontendAction::EndSourceFile() { in EndSourceFile() function in FrontendAction |
| D | VerifyDiagnosticConsumer.cpp | 97 void VerifyDiagnosticConsumer::EndSourceFile() { in EndSourceFile() function in VerifyDiagnosticConsumer |
| /external/clang/lib/Lex/ | ||
| D | Preprocessor.cpp | 493 void Preprocessor::EndSourceFile() { in EndSourceFile() function in Preprocessor |
| /external/clang/include/clang/Basic/ | ||
| D | Diagnostic.h | 1326 virtual void EndSourceFile() {} in EndSourceFile() function |