Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp552 if (isTypeConstraintAnnotation() && in isStartOfTemplateTypeParameter()
675 bool Parser::isTypeConstraintAnnotation() { in isTypeConstraintAnnotation() function in Parser
761 isTypeConstraintAnnotation()) && in ParseTypeParameter()
H A DParseDecl.cpp5293 return isTypeConstraintAnnotation() && in isDeclarationSpecifier()
5308 return isTypeConstraintAnnotation() && in isDeclarationSpecifier()
H A DParseExprCXX.cpp3459 if (!isTypeConstraintAnnotation()) { in ParseRequiresExpression()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3423 bool isTypeConstraintAnnotation();