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

  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp 197 ASTNodeKind SupportedKind,
201 [SupportedKind](const DynTypedMatcher &M) {
202 return M.canConvertTo(SupportedKind);
204 "InnerMatchers must be convertible to SupportedKind!");
208 // Make it the same as SupportedKind, since that is the broadest type we are
210 auto RestrictKind = SupportedKind;
223 SupportedKind, RestrictKind,
228 SupportedKind, RestrictKind,
233 SupportedKind, RestrictKind,
237 return DynTypedMatcher(SupportedKind, RestrictKind
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 420 : SupportedKind(ASTNodeKind::getFromNodeKind<T>()),
421 RestrictKind(SupportedKind), Implementation(Implementation) {}
448 constructVariadic(VariadicOperator Op, ASTNodeKind SupportedKind,
512 ASTNodeKind getSupportedKind() const { return SupportedKind; }
549 DynTypedMatcher(ASTNodeKind SupportedKind, ASTNodeKind RestrictKind,
551 : SupportedKind(SupportedKind), RestrictKind(RestrictKind),
555 ASTNodeKind SupportedKind;

Completed in 83 milliseconds