Home
last modified time | relevance | path

Searched refs:EndSourceFile (Results 1 – 21 of 21) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h45 void EndSourceFile() override { in EndSourceFile() function
46 Secondary->EndSourceFile(); in EndSourceFile()
47 Primary->EndSourceFile(); in EndSourceFile()
H A DFrontendAction.h237 virtual void EndSourceFile();
314 void EndSourceFile() override;
H A DTextDiagnosticPrinter.h50 void EndSourceFile() override;
H A DLogDiagnosticPrinter.h76 void EndSourceFile() override;
H A DVerifyDiagnosticConsumer.h307 void EndSourceFile() override;
/netbsd/external/apache2/llvm/dist/clang/lib/Interpreter/
H A DIncrementalParser.cpp103 void EndSourceFile() override { in EndSourceFile() function in clang::IncrementalAction
106 WrapperFrontendAction::EndSourceFile(); in EndSourceFile()
112 EndSourceFile(); in FinalizeAction()
/netbsd/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DARCMT.cpp124 DiagClient.EndSourceFile(); in FinishCapture()
230 printer.EndSourceFile(); in emitPremigrationErrors()
287 DiagClient->EndSourceFile(); in checkForManualIssues()
328 DiagClient->EndSourceFile(); in checkForManualIssues()
568 DiagClient->EndSourceFile(); in applyTransform()
592 DiagClient->EndSourceFile(); in applyTransform()
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendAction.cpp936 CI.getDiagnosticClient().EndSourceFile(); in BeginSourceFile()
973 void FrontendAction::EndSourceFile() { in EndSourceFile() function in FrontendAction
977 CI.getDiagnosticClient().EndSourceFile(); in EndSourceFile()
981 CI.getPreprocessor().EndSourceFile(); in EndSourceFile()
1092 void WrapperFrontendAction::EndSourceFile() { WrappedAction->EndSourceFile(); } in EndSourceFile() function in WrapperFrontendAction
H A DTextDiagnosticPrinter.cpp42 void TextDiagnosticPrinter::EndSourceFile() { in EndSourceFile() function in TextDiagnosticPrinter
H A DASTMerge.cpp80 CI.getDiagnostics().getClient()->EndSourceFile(); in ExecuteAction()
H A DLogDiagnosticPrinter.cpp76 void LogDiagnosticPrinter::EndSourceFile() { in EndSourceFile() function in LogDiagnosticPrinter
H A DChainedIncludesSource.cpp201 Clang->getDiagnosticClient().EndSourceFile(); in createChainedIncludesSource()
H A DVerifyDiagnosticConsumer.cpp702 void VerifyDiagnosticConsumer::EndSourceFile() { in EndSourceFile() function in VerifyDiagnosticConsumer
704 PrimaryClient->EndSourceFile(); in EndSourceFile()
H A DASTUnit.cpp254 getDiagnostics().getClient()->EndSourceFile(); in ~ASTUnit()
1218 Act->EndSourceFile(); in Parse()
1631 Act->EndSourceFile(); in LoadFromCompilerInvocationAction()
2269 Act->EndSourceFile(); in CodeComplete()
H A DPrecompiledPreamble.cpp437 Act->EndSourceFile(); in Build()
H A DCompilerInstance.cpp969 Act.EndSourceFile(); in ExecuteAction()
/netbsd/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
95 Passthrough->EndSourceFile(); in EndSourceFile()
335 CI.getDiagnosticClient().EndSourceFile(); in Parse()
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp141 FixAction->EndSourceFile(); in BeginInvocation()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnostic.h1739 virtual void EndSourceFile() {} in EndSourceFile() function
/netbsd/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp683 void Preprocessor::EndSourceFile() { in EndSourceFile() function in Preprocessor
/netbsd/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h1326 void EndSourceFile();