Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h820 virtual void setMatchingChildrenNotSpelledInSource(bool Set) = 0;
826 V->setMatchingChildrenNotSpelledInSource(B);
829 MV->setMatchingChildrenNotSpelledInSource(MB);
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp720 void setMatchingChildrenNotSpelledInSource(bool Set) override { in setMatchingChildrenNotSpelledInSource() function in clang::ast_matchers::internal::__anonb98ef6e90111::MatchASTVisitor