Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DChainedDiagnosticConsumer.h46 void EndSourceFile() override { in EndSourceFile() function
/external/clang/lib/Frontend/
DTextDiagnosticPrinter.cpp45 void TextDiagnosticPrinter::EndSourceFile() { in EndSourceFile() function in TextDiagnosticPrinter
DLogDiagnosticPrinter.cpp77 void LogDiagnosticPrinter::EndSourceFile() { in EndSourceFile() function in LogDiagnosticPrinter
DFrontendAction.cpp453 void FrontendAction::EndSourceFile() { in EndSourceFile() function in FrontendAction
DVerifyDiagnosticConsumer.cpp94 void VerifyDiagnosticConsumer::EndSourceFile() { in EndSourceFile() function in VerifyDiagnosticConsumer
/external/clang/unittests/Frontend/
DFrontendActionTest.cpp172 TEST(PreprocessorFrontendAction, EndSourceFile) { in TEST() argument
/external/clang/lib/Lex/
DPreprocessor.cpp516 void Preprocessor::EndSourceFile() { in EndSourceFile() function in Preprocessor
/external/clang/include/clang/Basic/
DDiagnostic.h1334 virtual void EndSourceFile() {} in EndSourceFile() function