Home
last modified time | relevance | path

Searched refs:HandleTranslationUnit (Results 1 – 25 of 30) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DHTMLPrint.cpp44 void HandleTranslationUnit(ASTContext &Ctx) override;
59 void HTMLPrinter::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit() function in HTMLPrinter
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTConsumers.cpp44 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in __anonc0946b7b0111::ASTPrinter
139 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in __anonc0946b7b0111::ASTDeclNodeLister
H A DMultiplexConsumer.cpp290 void MultiplexConsumer::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit() function in MultiplexConsumer
292 Consumer->HandleTranslationUnit(Ctx); in HandleTranslationUnit()
H A DPrecompiledPreamble.cpp247 void HandleTranslationUnit(ASTContext &Ctx) override { in HandleTranslationUnit() function in __anond12dfad00111::PrecompilePreambleConsumer
248 PCHGenerator::HandleTranslationUnit(Ctx); in HandleTranslationUnit()
H A DInterfaceStubFunctionsConsumer.cpp243 void HandleTranslationUnit(ASTContext &context) override { in HandleTranslationUnit() function in __anon612d5e280111::InterfaceStubFunctionsConsumer
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DRAVFrontendAction.rst40 HandleTranslationUnit, which is called with the ASTContext for the
47 virtual void HandleTranslationUnit(clang::ASTContext &Context) {
179 virtual void HandleTranslationUnit(clang::ASTContext &Context) {
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp194 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in clang::tooling::RenamingASTConsumer
253 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in clang::tooling::USRSymbolRenamer
H A DUSRFindingAction.cpp289 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in clang::tooling::NamedDeclFindingConsumer
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DPCHContainerOperations.cpp39 void HandleTranslationUnit(ASTContext &Ctx) override { in HandleTranslationUnit() function in __anonb08542340111::RawPCHContainerGenerator
H A DGeneratePCH.cpp41 void PCHGenerator::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit() function in PCHGenerator
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTConsumer.h66 virtual void HandleTranslationUnit(ASTContext &Ctx) {} in HandleTranslationUnit() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DMultiplexConsumer.h61 void HandleTranslationUnit(ASTContext &Ctx) override;
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-extdef-mapping/
H A DClangExtDefMapGen.cpp44 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in MapExtDefNamesConsumer
/netbsd-src/external/apache2/llvm/dist/clang/examples/PrintFunctionNames/
H A DPrintFunctionNames.cpp44 void HandleTranslationUnit(ASTContext& context) override { in HandleTranslationUnit() function in __anon2686a24a0111::PrintFunctionsConsumer
/netbsd-src/external/apache2/llvm/dist/clang/examples/CallSuperAttribute/
H A DCallSuperAttrInfo.cpp113 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in __anonc6678e4d0111::CallSuperConsumer
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseAST.cpp171 Consumer->HandleTranslationUnit(S.getASTContext()); in ParseAST()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-check/
H A DClangCheck.cpp152 void HandleTranslationUnit(clang::ASTContext &AST) override { in CreateASTConsumer() function in __anoncfa573e10111::DumpSyntaxTree::CreateASTConsumer::Consumer
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp232 void HandleTranslationUnit(ASTContext &C) override;
536 void AnalysisConsumer::HandleTranslationUnit(ASTContext &C) { in HandleTranslationUnit() function in AnalysisConsumer
/netbsd-src/external/apache2/llvm/dist/clang/lib/Interpreter/
H A DIncrementalParser.cpp177 Consumer->HandleTranslationUnit(S.getASTContext()); in ParseOrWrapTopLevelDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DModuleBuilder.cpp264 void HandleTranslationUnit(ASTContext &Ctx) override { in HandleTranslationUnit() function in __anon20d6d9160111::CodeGeneratorImpl
H A DObjectFilePCHContainerOperations.cpp237 void HandleTranslationUnit(ASTContext &Ctx) override { in HandleTranslationUnit() function in __anon115c17220111::PCHContainerGenerator
H A DCodeGenAction.cpp279 void HandleTranslationUnit(ASTContext &C) override { in HandleTranslationUnit() function in clang::BackendConsumer
289 Gen->HandleTranslationUnit(C); in HandleTranslationUnit()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp43 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in clang::tooling::RefactoringASTConsumer
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexingAction.cpp121 void HandleTranslationUnit(ASTContext &Ctx) override { in HandleTranslationUnit() function in __anon76f6f7400111::IndexASTConsumer
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTWriter.h791 void HandleTranslationUnit(ASTContext &Ctx) override;

12