Home
last modified time | relevance | path

Searched defs:RestrictKind (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h429 ast_type_traits::ASTNodeKind RestrictKind, in DynTypedMatcher()
442 ast_type_traits::ASTNodeKind RestrictKind; variable
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h489 DynTypedMatcher(ASTNodeKind SupportedKind, ASTNodeKind RestrictKind, in DynTypedMatcher()
501 ASTNodeKind RestrictKind; variable
/external/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp127 auto RestrictKind = SupportedKind; in constructVariadic() local
/external/llvm-project/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp210 auto RestrictKind = SupportedKind; in constructVariadic() local
253 ASTNodeKind RestrictKind) { in constructRestrictedWrapper()