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 113 ast_type_traits::ASTNodeKind SupportedKind,
117 [SupportedKind](const DynTypedMatcher &M) {
118 return M.canConvertTo(SupportedKind);
120 "InnerMatchers must be convertible to SupportedKind!");
124 // Make it the same as SupportedKind, since that is the broadest type we are
126 auto RestrictKind = SupportedKind;
139 SupportedKind, RestrictKind,
144 SupportedKind, RestrictKind,
149 SupportedKind, RestrictKind,
156 SupportedKind, RestrictKind
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 264 SupportedKind(ast_type_traits::ASTNodeKind::getFromNodeKind<T>()),
265 RestrictKind(SupportedKind), Implementation(Implementation) {}
285 ast_type_traits::ASTNodeKind SupportedKind,
341 return SupportedKind;
371 DynTypedMatcher(ast_type_traits::ASTNodeKind SupportedKind,
375 SupportedKind(SupportedKind),
380 ast_type_traits::ASTNodeKind SupportedKind;
    [all...]

Completed in 606 milliseconds