Home
last modified time | relevance | path

Searched defs:hasTemplateArgument (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/include/clang/Sema/
H A DTemplate.h175 bool hasTemplateArgument(unsigned Depth, unsigned Index) const { in hasTemplateArgument() function
/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1070 AST_POLYMORPHIC_MATCHER_P2(hasTemplateArgument,AST_POLYMORPHIC_SUPPORTED_TYPES (ClassTemplateSpecializationDecl,VarTemplateSpecializationDecl,FunctionDecl,TemplateSpecializationType),unsigned,N,internal::Matcher<TemplateArgument>,InnerMatcher) AST_POLYMORPHIC_MATCHER_P2() argument