HomeSort by: relevance | last modified time | path
    Searched refs:RestrictKind (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp 210 auto RestrictKind = SupportedKind;
215 // RestrictKind the most restrictive can save us time. This way we reject
219 RestrictKind =
220 ASTNodeKind::getMostDerivedType(RestrictKind, IM.RestrictKind);
223 SupportedKind, RestrictKind,
228 SupportedKind, RestrictKind,
233 SupportedKind, RestrictKind,
237 return DynTypedMatcher(SupportedKind, RestrictKind,
245 SupportedKind, RestrictKind,
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 421 RestrictKind(SupportedKind), Implementation(Implementation) {}
453 ASTNodeKind RestrictKind);
496 /// same \c Implementation pointer, but different \c RestrictKind. We need to
504 return std::make_pair(RestrictKind,
549 DynTypedMatcher(ASTNodeKind SupportedKind, ASTNodeKind RestrictKind,
551 : SupportedKind(SupportedKind), RestrictKind(RestrictKind),
561 ASTNodeKind RestrictKind;

Completed in 57 milliseconds