Home
last modified time | relevance | path

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

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