Home
last modified time | relevance | path

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

12

/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.h243 virtual void EndSourceFile();
321 void EndSourceFile() override;
H A DTextDiagnosticPrinter.h51 void EndSourceFile() override;
H A DSARIFDiagnosticPrinter.h57 void EndSourceFile() override;
H A DLogDiagnosticPrinter.h75 void EndSourceFile() override;
H A DVerifyDiagnosticConsumer.h168 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/Frontend/
H A DSARIFDiagnosticPrinter.cpp39 void SARIFDiagnosticPrinter::EndSourceFile() { in EndSourceFile() function in clang::SARIFDiagnosticPrinter
H A DFrontendAction.cpp752 CI.getDiagnosticClient().EndSourceFile(); in BeginSourceFile()
1243 void FrontendAction::EndSourceFile() { in EndSourceFile() function in FrontendAction
1248 CI.getPreprocessor().EndSourceFile(); in EndSourceFile()
1253 CI.getDiagnosticClient().EndSourceFile(); in EndSourceFile()
1375 void WrapperFrontendAction::EndSourceFile() { WrappedAction->EndSourceFile(); } in EndSourceFile() function in WrapperFrontendAction
H A DTextDiagnosticPrinter.cpp38 void TextDiagnosticPrinter::EndSourceFile() { in EndSourceFile() function in TextDiagnosticPrinter
H A DASTMerge.cpp79 CI.getDiagnostics().getClient()->EndSourceFile(); in ExecuteAction()
H A DLogDiagnosticPrinter.cpp73 void LogDiagnosticPrinter::EndSourceFile() { in EndSourceFile() function in LogDiagnosticPrinter
H A DChainedIncludesSource.cpp177 Clang->getDiagnosticClient().EndSourceFile(); in createChainedIncludesSource()
H A DVerifyDiagnosticConsumer.cpp718 void VerifyDiagnosticConsumer::EndSourceFile() { in EndSourceFile() function in VerifyDiagnosticConsumer
720 PrimaryClient->EndSourceFile(); in EndSourceFile()
H A DASTUnit.cpp249 getDiagnostics().getClient()->EndSourceFile(); in ~ASTUnit()
1265 Act->EndSourceFile(); in Parse()
1687 Act->EndSourceFile(); in LoadFromCompilerInvocationAction()
2346 Act->EndSourceFile(); in CodeComplete()
H A DPrecompiledPreamble.cpp540 Act->EndSourceFile(); in Build()
H A DCompilerInstance.cpp1058 Act.EndSourceFile(); in ExecuteAction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp60 void EndSourceFile() override;
179 void StoringDiagnosticConsumer::EndSourceFile() { in EndSourceFile() function in StoringDiagnosticConsumer
181 m_diag_printer->EndSourceFile(); in EndSourceFile()
H A DClangExpressionParser.cpp311 void EndSourceFile() override { m_passthrough->EndSourceFile(); } in EndSourceFile() function in ClangDiagnosticManagerAdapter
1360 adapter->EndSourceFile(); in ParseInternal()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp354 void EndSourceFile() override { in EndSourceFile() function in clang::IncrementalAction
357 WrapperFrontendAction::EndSourceFile(); in EndSourceFile()
363 EndSourceFile(); in FinalizeAction()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp140 FixAction->EndSourceFile(); in BeginInvocation()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1747 virtual void EndSourceFile() {} in EndSourceFile() function
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp702 void Preprocessor::EndSourceFile() { in EndSourceFile() function in Preprocessor
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1671 void EndSourceFile();

12