Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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();
315 void EndSourceFile() override;
H A DLogDiagnosticPrinter.h76 void EndSourceFile() override;
H A DSARIFDiagnosticPrinter.h57 void EndSourceFile() override;
/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/Testing/
H A DTestAST.cpp136 Clang->getPreprocessor().EndSourceFile(); in TestAST()
138 Clang->getDiagnosticClient().EndSourceFile(); in TestAST()
149 Action->EndSourceFile(); // Destroy ASTContext and Sema. in clear()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp124 DiagClient.EndSourceFile(); in FinishCapture()
228 printer.EndSourceFile(); in emitPremigrationErrors()
285 DiagClient->EndSourceFile(); in checkForManualIssues()
326 DiagClient->EndSourceFile(); in checkForManualIssues()
566 DiagClient->EndSourceFile(); in applyTransform()
590 DiagClient->EndSourceFile(); in applyTransform()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp180 void EndSourceFile() override { in EndSourceFile() function in clang::IncrementalAction
183 WrapperFrontendAction::EndSourceFile(); in EndSourceFile()
189 EndSourceFile(); in FinalizeAction()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DSARIFDiagnosticPrinter.cpp42 void SARIFDiagnosticPrinter::EndSourceFile() { in EndSourceFile() function in clang::SARIFDiagnosticPrinter
H A DFrontendAction.cpp602 CI.getDiagnosticClient().EndSourceFile(); in BeginSourceFile()
1100 void FrontendAction::EndSourceFile() { in EndSourceFile() function in FrontendAction
1104 CI.getDiagnosticClient().EndSourceFile(); in EndSourceFile()
1108 CI.getPreprocessor().EndSourceFile(); in EndSourceFile()
1226 void WrapperFrontendAction::EndSourceFile() { WrappedAction->EndSourceFile(); } in EndSourceFile() function in WrapperFrontendAction
H A DTextDiagnosticPrinter.cpp42 void TextDiagnosticPrinter::EndSourceFile() { in EndSourceFile() function in TextDiagnosticPrinter
H A DChainedIncludesSource.cpp178 Clang->getDiagnosticClient().EndSourceFile(); in createChainedIncludesSource()
H A DVerifyDiagnosticConsumer.cpp710 void VerifyDiagnosticConsumer::EndSourceFile() { in EndSourceFile() function in VerifyDiagnosticConsumer
712 PrimaryClient->EndSourceFile(); in EndSourceFile()
H A DASTUnit.cpp253 getDiagnostics().getClient()->EndSourceFile(); in ~ASTUnit()
1264 Act->EndSourceFile(); in Parse()
1679 Act->EndSourceFile(); in LoadFromCompilerInvocationAction()
2332 Act->EndSourceFile(); in CodeComplete()
H A DPrecompiledPreamble.cpp542 Act->EndSourceFile(); in Build()
H A DCompilerInstance.cpp1064 Act.EndSourceFile(); in ExecuteAction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp59 void EndSourceFile() override;
176 void StoringDiagnosticConsumer::EndSourceFile() { in EndSourceFile() function in StoringDiagnosticConsumer
178 m_diag_printer->EndSourceFile(); in EndSourceFile()
H A DClangExpressionParser.cpp270 void EndSourceFile() override { m_passthrough->EndSourceFile(); } in EndSourceFile() function in ClangDiagnosticManagerAdapter
1161 adapter->EndSourceFile(); in ParseInternal()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp686 void Preprocessor::EndSourceFile() { in EndSourceFile() function in Preprocessor
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1656 void EndSourceFile();