Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h812 virtual void setMatchingChildrenNotSpelledInSource(bool Set) = 0;
818 V->setMatchingChildrenNotSpelledInSource(B);
821 MV->setMatchingChildrenNotSpelledInSource(MB);
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp749 void setMatchingChildrenNotSpelledInSource(bool Set) override { in setMatchingChildrenNotSpelledInSource() function in clang::ast_matchers::internal::__anon995a12ab0111::MatchASTVisitor