Home
last modified time | relevance | path

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

/external/clang/docs/
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() {
/external/clang/tools/clang-check/
DClangCheck.cpp138 std::unique_ptr<clang::ASTConsumer> newASTConsumer() { in newASTConsumer() function in __anon36856a770111::ClangCheckActionFactory
/external/clang/include/clang/ASTMatchers/
DASTMatchFinder.h175 std::unique_ptr<clang::ASTConsumer> newASTConsumer();
/external/clang/unittests/Tooling/
DToolingTest.cpp138 std::unique_ptr<ASTConsumer> newASTConsumer() { in newASTConsumer() function
210 std::unique_ptr<ASTConsumer> newASTConsumer() { in newASTConsumer() function
/external/clang/include/clang/Tooling/
DTooling.h385 return ConsumerFactory->newASTConsumer(); in newFrontendActionFactory()
/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp961 std::unique_ptr<ASTConsumer> MatchFinder::newASTConsumer() { in newASTConsumer() function in clang::ast_matchers::MatchFinder