Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseTemplate.cpp581 if (isTypeConstraintAnnotation() && in isStartOfTemplateTypeParameter()
705 bool Parser::isTypeConstraintAnnotation() { in isTypeConstraintAnnotation() function in Parser
791 isTypeConstraintAnnotation()) && in ParseTypeParameter()
H A DParseExprCXX.cpp3571 if (!isTypeConstraintAnnotation()) { in ParseRequiresExpression()
H A DParseDecl.cpp5582 return isTypeConstraintAnnotation() && in isDeclarationSpecifier()
5597 return isTypeConstraintAnnotation() && in isDeclarationSpecifier()
/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DParser.h3511 bool isTypeConstraintAnnotation();