Home
last modified time | relevance | path

Searched refs:trueMatcher (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp163 DynTypedMatcher DynTypedMatcher::trueMatcher( in trueMatcher() function in clang::ast_matchers::internal::DynTypedMatcher
/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h348 static DynTypedMatcher trueMatcher(ast_type_traits::ASTNodeKind NodeKind);
1137 return DynTypedMatcher::trueMatcher(
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h398 static DynTypedMatcher trueMatcher(ASTNodeKind NodeKind);
1319 return DynTypedMatcher::trueMatcher(ASTNodeKind::getFromNodeKind<T>())
/external/llvm-project/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp267 DynTypedMatcher DynTypedMatcher::trueMatcher(ASTNodeKind NodeKind) { in trueMatcher() function in clang::ast_matchers::internal::DynTypedMatcher