Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/
H A DRenamingAction.h39 std::unique_ptr<ASTConsumer> newASTConsumer();
106 std::unique_ptr<ASTConsumer> newASTConsumer();
H A DUSRFindingAction.h48 std::unique_ptr<ASTConsumer> newASTConsumer();
/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DRefactoringCallbacks.h67 std::unique_ptr<ASTConsumer> newASTConsumer();
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h186 std::unique_ptr<clang::ASTConsumer> newASTConsumer();
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp68 std::unique_ptr<ASTConsumer> ASTMatchRefactorer::newASTConsumer() { in newASTConsumer() function in clang::tooling::ASTMatchRefactorer