Home
last modified time | relevance | path

Searched refs:newASTConsumer (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DHowToSetupToolingForLLVM.rst121 …ols/clang/tools/clang-check/ClangCheck.cpp -ast-dump -ast-dump-filter ActionFactory::newASTConsumer
123 Dumping ::ActionFactory::newASTConsumer:
124 …clang::ASTConsumer *newASTConsumer() (CompoundStmt 0x44da290 </home/alexfh/local/llvm/tools/clang/…
129 …ls/clang/tools/clang-check/ClangCheck.cpp -ast-print -ast-dump-filter ActionFactory::newASTConsumer
131 Printing <anonymous namespace>::ActionFactory::newASTConsumer:
132 clang::ASTConsumer *newASTConsumer() {
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/Rename/
H A DRenamingAction.h40 std::unique_ptr<ASTConsumer> newASTConsumer();
107 std::unique_ptr<ASTConsumer> newASTConsumer();
H A DUSRFindingAction.h49 std::unique_ptr<ASTConsumer> newASTConsumer();
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp269 std::unique_ptr<ASTConsumer> RenamingAction::newASTConsumer() { in newASTConsumer() function in clang::tooling::RenamingAction
274 std::unique_ptr<ASTConsumer> QualifiedRenamingAction::newASTConsumer() { in newASTConsumer() function in clang::tooling::QualifiedRenamingAction
H A DUSRFindingAction.cpp309 std::unique_ptr<ASTConsumer> USRFindingAction::newASTConsumer() { in newASTConsumer() function in clang::tooling::USRFindingAction
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/
H A DRefactoringCallbacks.h67 std::unique_ptr<ASTConsumer> newASTConsumer();
H A DTooling.h424 return ConsumerFactory->newASTConsumer(); in newFrontendActionFactory()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-check/
H A DClangCheck.cpp170 std::unique_ptr<clang::ASTConsumer> newASTConsumer() { in newASTConsumer() function in __anoncfa573e10111::ClangCheckActionFactory
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h184 std::unique_ptr<clang::ASTConsumer> newASTConsumer();
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/
H A DASTSrcLocProcessor.cpp49 return Finder->newASTConsumer(); in createASTConsumer()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp68 std::unique_ptr<ASTConsumer> ASTMatchRefactorer::newASTConsumer() { in newASTConsumer() function in clang::tooling::ASTMatchRefactorer
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp1427 std::unique_ptr<ASTConsumer> MatchFinder::newASTConsumer() { in newASTConsumer() function in clang::ast_matchers::MatchFinder