Home
last modified time | relevance | path

Searched refs:DSC_template_arg (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1544 DSC_template_arg, // template argument context enumerator
1559 case DeclSpecContext::DSC_template_arg: in isTypeSpecifier()
1620 case DeclSpecContext::DSC_template_arg: in isDefiningTypeSpecifierContext()
1644 case DeclSpecContext::DSC_template_arg: in isOpaqueEnumDeclarationContext()
1658 case DeclSpecContext::DSC_template_arg: in isClassTemplateDeductionContext()
1694 case DeclSpecContext::DSC_template_arg: in getImplicitTypenameContext()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp3035 return DeclSpecContext::DSC_template_arg; in getDeclSpecContextFromDeclaratorContext()