Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DFrontendActions.h77 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 DFrontendAction.cpp1100 void FrontendAction::EndSourceFile() { in EndSourceFile() function in FrontendAction
1226 void WrapperFrontendAction::EndSourceFile() { WrappedAction->EndSourceFile(); } in EndSourceFile() function in WrapperFrontendAction
H A DVerifyDiagnosticConsumer.cpp710 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.cpp176 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.cpp686 void Preprocessor::EndSourceFile() { in EndSourceFile() function in Preprocessor