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

/freebsd-11-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.h304 void EndSourceFile() override;
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp110 // The corresponding EndSourceFile call will be made from an
119 // Call EndSourceFile on DiagClient on completion of capture to
123 DiagClient.EndSourceFile();
229 printer.EndSourceFile();
286 DiagClient->EndSourceFile();
307 // BeginSourceFile() and EndSourceFile().
327 DiagClient->EndSourceFile();
565 DiagClient->EndSourceFile();
574 // BeginSourceFile() and EndSourceFile().
589 DiagClient->EndSourceFile();
[all...]
/freebsd-11-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 DFrontendAction.cpp918 // matching EndSourceFile().
921 CI.getDiagnosticClient().EndSourceFile();
958 void FrontendAction::EndSourceFile() { function in class:FrontendAction
962 CI.getDiagnosticClient().EndSourceFile();
966 CI.getPreprocessor().EndSourceFile();
H A DChainedIncludesSource.cpp200 Clang->getDiagnosticClient().EndSourceFile();
H A DVerifyDiagnosticConsumer.cpp684 void VerifyDiagnosticConsumer::EndSourceFile() { function in class:VerifyDiagnosticConsumer
686 PrimaryClient->EndSourceFile();
H A DASTUnit.cpp253 getDiagnostics().getClient()->EndSourceFile();
1217 Act->EndSourceFile();
1650 Act->EndSourceFile();
2292 Act->EndSourceFile();
H A DPrecompiledPreamble.cpp361 Act->EndSourceFile();
H A DCompilerInstance.cpp968 Act.EndSourceFile();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp141 FixAction->EndSourceFile();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1518 /// in between BeginSourceFile() and EndSourceFile().
1531 virtual void EndSourceFile() {}
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1025 diag_buf->EndSourceFile();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp687 void Preprocessor::EndSourceFile() { function in class:Preprocessor
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1286 void EndSourceFile();

Completed in 272 milliseconds