Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DFrontendActions.h80 void EndSourceFile() override { FrontendAction::EndSourceFile(); } in EndSourceFile() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DSARIFDiagnosticPrinter.cpp42 void SARIFDiagnosticPrinter::EndSourceFile() { in EndSourceFile() function in clang::SARIFDiagnosticPrinter
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.cpp1091 void FrontendAction::EndSourceFile() { in EndSourceFile() function in FrontendAction
1217 void WrapperFrontendAction::EndSourceFile() { WrappedAction->EndSourceFile(); } in EndSourceFile() function in WrapperFrontendAction
H A DVerifyDiagnosticConsumer.cpp705 void VerifyDiagnosticConsumer::EndSourceFile() { in EndSourceFile() function in VerifyDiagnosticConsumer
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h45 void EndSourceFile() override { in EndSourceFile() function
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp180 void EndSourceFile() override { in EndSourceFile() function in clang::IncrementalAction
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp187 void StoringDiagnosticConsumer::EndSourceFile() { in EndSourceFile() function in StoringDiagnosticConsumer
H A DClangExpressionParser.cpp270 void EndSourceFile() override { m_passthrough->EndSourceFile(); } in EndSourceFile() function in ClangDiagnosticManagerAdapter
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp682 void Preprocessor::EndSourceFile() { in EndSourceFile() function in Preprocessor
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1777 virtual void EndSourceFile() {} in EndSourceFile() function