Home
last modified time | relevance | path

Searched refs:isTypeConstraintAnnotation (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp588 if (isTypeConstraintAnnotation() && in isStartOfTemplateTypeParameter()
712 bool Parser::isTypeConstraintAnnotation() { in isTypeConstraintAnnotation() function in Parser
798 isTypeConstraintAnnotation()) && in ParseTypeParameter()
H A DParseDecl.cpp5785 return isTypeConstraintAnnotation() && in isDeclarationSpecifier()
5800 return isTypeConstraintAnnotation() && in isDeclarationSpecifier()
H A DParseExprCXX.cpp3586 if (!isTypeConstraintAnnotation()) { in ParseRequiresExpression()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3621 bool isTypeConstraintAnnotation();