Home
last modified time | relevance | path

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

/external/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp127 auto RestrictKind = SupportedKind; in constructVariadic() local
136 RestrictKind = ast_type_traits::ASTNodeKind::getMostDerivedType( in constructVariadic()
137 RestrictKind, IM.RestrictKind); in constructVariadic()
140 SupportedKind, RestrictKind, in constructVariadic()
145 SupportedKind, RestrictKind, in constructVariadic()
150 SupportedKind, RestrictKind, in constructVariadic()
157 SupportedKind, RestrictKind, in constructVariadic()
170 return RestrictKind.isBaseOf(Kind); in canMatchNodesOfKind()
177 Copy.RestrictKind = in dynCastTo()
178 ast_type_traits::ASTNodeKind::getMostDerivedType(Kind, RestrictKind); in dynCastTo()
[all …]
/external/llvm-project/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp210 auto RestrictKind = SupportedKind; in constructVariadic() local
219 RestrictKind = in constructVariadic()
220 ASTNodeKind::getMostDerivedType(RestrictKind, IM.RestrictKind); in constructVariadic()
223 SupportedKind, RestrictKind, in constructVariadic()
228 SupportedKind, RestrictKind, in constructVariadic()
233 SupportedKind, RestrictKind, in constructVariadic()
237 return DynTypedMatcher(SupportedKind, RestrictKind, in constructVariadic()
245 SupportedKind, RestrictKind, in constructVariadic()
253 ASTNodeKind RestrictKind) { in constructRestrictedWrapper() argument
255 Copy.RestrictKind = RestrictKind; in constructRestrictedWrapper()
[all …]
/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h322 RestrictKind(SupportedKind), Implementation(Implementation) {} in DynTypedMatcher()
389 return std::make_pair(RestrictKind, in getID()
429 ast_type_traits::ASTNodeKind RestrictKind, in DynTypedMatcher() argument
433 RestrictKind(RestrictKind), in DynTypedMatcher()
442 ast_type_traits::ASTNodeKind RestrictKind; variable
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h361 RestrictKind(SupportedKind), Implementation(Implementation) {} in DynTypedMatcher()
393 ASTNodeKind RestrictKind);
444 return std::make_pair(RestrictKind, in getID()
489 DynTypedMatcher(ASTNodeKind SupportedKind, ASTNodeKind RestrictKind, in DynTypedMatcher() argument
491 : SupportedKind(SupportedKind), RestrictKind(RestrictKind), in DynTypedMatcher()
501 ASTNodeKind RestrictKind; variable