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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h45 void EndSourceFile() override {
46 Secondary->EndSourceFile();
47 Primary->EndSourceFile();
H A DTextDiagnosticPrinter.h50 void EndSourceFile() override;
H A DLogDiagnosticPrinter.h76 void EndSourceFile() override;
H A DFrontendAction.h217 /// action may store and use this object up until the matching EndSourceFile
226 /// BeginSourceFile() and EndSourceFile().
229 /// be aborted and neither Execute() nor EndSourceFile() should be called.
237 void EndSourceFile();
H A DVerifyDiagnosticConsumer.h307 void EndSourceFile() override;
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp111 // The corresponding EndSourceFile call will be made from an
120 // Call EndSourceFile on DiagClient on completion of capture to
124 DiagClient.EndSourceFile();
230 printer.EndSourceFile();
287 DiagClient->EndSourceFile();
308 // BeginSourceFile() and EndSourceFile().
328 DiagClient->EndSourceFile();
566 DiagClient->EndSourceFile();
575 // BeginSourceFile() and EndSourceFile().
590 DiagClient->EndSourceFile();
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTMerge.cpp80 CI.getDiagnostics().getClient()->EndSourceFile();
H A DTextDiagnosticPrinter.cpp42 void TextDiagnosticPrinter::EndSourceFile() { function in class:TextDiagnosticPrinter
H A DLogDiagnosticPrinter.cpp76 void LogDiagnosticPrinter::EndSourceFile() { function in class:LogDiagnosticPrinter
77 // We emit all the diagnostics in EndSourceFile. However, we don't emit any
H A DChainedIncludesSource.cpp200 Clang->getDiagnosticClient().EndSourceFile();
H A DFrontendAction.cpp932 // matching EndSourceFile().
935 CI.getDiagnosticClient().EndSourceFile();
972 void FrontendAction::EndSourceFile() { function in class:FrontendAction
976 CI.getDiagnosticClient().EndSourceFile();
980 CI.getPreprocessor().EndSourceFile();
H A DVerifyDiagnosticConsumer.cpp702 void VerifyDiagnosticConsumer::EndSourceFile() { function in class:VerifyDiagnosticConsumer
704 PrimaryClient->EndSourceFile();
H A DASTUnit.cpp253 getDiagnostics().getClient()->EndSourceFile();
1218 Act->EndSourceFile();
1652 Act->EndSourceFile();
2296 Act->EndSourceFile();
H A DPrecompiledPreamble.cpp438 Act->EndSourceFile();
H A DCompilerInstance.cpp987 Act.EndSourceFile();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp141 FixAction->EndSourceFile();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp61 void EndSourceFile() override;
170 void StoringDiagnosticConsumer::EndSourceFile() { function in class:StoringDiagnosticConsumer
171 m_diag_printer->EndSourceFile();
H A DClangExpressionParser.cpp271 void EndSourceFile() override { m_passthrough->EndSourceFile(); }
1117 adapter->EndSourceFile();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1545 /// in between BeginSourceFile() and EndSourceFile().
1558 virtual void EndSourceFile() {}
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp689 void Preprocessor::EndSourceFile() { function in class:Preprocessor
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1307 void EndSourceFile();

Completed in 137 milliseconds