Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp422 if (isTypeConstraintAnnotation() && in isStartOfTemplateTypeParameter()
524 bool Parser::isTypeConstraintAnnotation() { in isTypeConstraintAnnotation() function in Parser
593 isTypeConstraintAnnotation()) && in ParseTypeParameter()
H A DParseExprCXX.cpp3228 if (!isTypeConstraintAnnotation()) { in ParseRequiresExpression()
H A DParseDecl.cpp5901 return isTypeConstraintAnnotation() && in isDeclarationSpecifier()
5916 return isTypeConstraintAnnotation() && in isDeclarationSpecifier()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h8139 bool isTypeConstraintAnnotation();