Home
last modified time | relevance | path

Searched refs:setMatchingChildrenNotSpelledInSource (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h813 virtual void setMatchingChildrenNotSpelledInSource(bool Set) = 0;
819 V->setMatchingChildrenNotSpelledInSource(B);
822 MV->setMatchingChildrenNotSpelledInSource(MB);
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp738 void setMatchingChildrenNotSpelledInSource(bool Set) override { in setMatchingChildrenNotSpelledInSource() function in clang::ast_matchers::internal::__anon5fcafee50111::MatchASTVisitor