Searched defs:newASTConsumer (Results 1 – 3 of 3) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/tools/clang-check/ | ||
H A D | ClangCheck.cpp | 136 std::unique_ptr<clang::ASTConsumer> newASTConsumer() { in newASTConsumer() function in __anon858481490111::ClangCheckActionFactory |
/minix3/external/bsd/llvm/dist/clang/unittests/Tooling/ | ||
H A D | ToolingTest.cpp | 135 std::unique_ptr<ASTConsumer> newASTConsumer() { in newASTConsumer() function |
/minix3/external/bsd/llvm/dist/clang/lib/ASTMatchers/ | ||
H A D | ASTMatchFinder.cpp | 973 std::unique_ptr<ASTConsumer> MatchFinder::newASTConsumer() { in newASTConsumer() function in clang::ast_matchers::MatchFinder |