HomeSort by relevance Sort by last modified time
    Searched refs:SupportedKind (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp 114 ast_type_traits::ASTNodeKind SupportedKind,
118 [SupportedKind](const DynTypedMatcher &M) {
119 return M.canConvertTo(SupportedKind);
121 "InnerMatchers must be convertible to SupportedKind!");
125 // Make it the same as SupportedKind, since that is the broadest type we are
127 auto RestrictKind = SupportedKind;
140 SupportedKind, RestrictKind,
145 SupportedKind, RestrictKind,
150 SupportedKind, RestrictKind,
157 SupportedKind, RestrictKind
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 321 SupportedKind(ast_type_traits::ASTNodeKind::getFromNodeKind<T>()),
322 RestrictKind(SupportedKind), Implementation(Implementation) {}
342 ast_type_traits::ASTNodeKind SupportedKind,
398 return SupportedKind;
428 DynTypedMatcher(ast_type_traits::ASTNodeKind SupportedKind,
432 SupportedKind(SupportedKind),
437 ast_type_traits::ASTNodeKind SupportedKind;
    [all...]

Completed in 1006 milliseconds