Home
last modified time | relevance | path

Searched defs:EndSourceFile (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h45 void EndSourceFile() override { in EndSourceFile() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DTextDiagnosticPrinter.cpp42 void TextDiagnosticPrinter::EndSourceFile() { in EndSourceFile() function in TextDiagnosticPrinter
H A DLogDiagnosticPrinter.cpp76 void LogDiagnosticPrinter::EndSourceFile() { in EndSourceFile() function in LogDiagnosticPrinter
H A DFrontendAction.cpp973 void FrontendAction::EndSourceFile() { in EndSourceFile() function in FrontendAction
1092 void WrapperFrontendAction::EndSourceFile() { WrappedAction->EndSourceFile(); } in EndSourceFile() function in WrapperFrontendAction
H A DVerifyDiagnosticConsumer.cpp702 void VerifyDiagnosticConsumer::EndSourceFile() { in EndSourceFile() function in VerifyDiagnosticConsumer
/netbsd-src/external/apache2/llvm/dist/clang/lib/Interpreter/
H A DIncrementalParser.cpp103 void EndSourceFile() override { in EndSourceFile() function in clang::IncrementalAction
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-import-test/
H A Dclang-import-test.cpp93 virtual void EndSourceFile() override { in EndSourceFile() function in init_convenience::TestDiagnosticConsumer
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp683 void Preprocessor::EndSourceFile() { in EndSourceFile() function in Preprocessor
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnostic.h1739 virtual void EndSourceFile() {} in EndSourceFile() function