Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Parse/
DParseTemplate.cpp578 if (TryAnnotateTypeConstraint()) in isStartOfTemplateTypeParameter()
722 bool Parser::TryAnnotateTypeConstraint() { in TryAnnotateTypeConstraint() function in Parser
DParseDecl.cpp3471 if (TryAnnotateTypeConstraint()) in ParseDeclarationSpecifiers()
3638 if (TryAnnotateTypeConstraint()) in ParseDeclarationSpecifiers()
5435 if (TryAnnotateTypeConstraint()) in isDeclarationSpecifier()
5595 if (NextToken().is(tok::identifier) && TryAnnotateTypeConstraint()) in isDeclarationSpecifier()
DParseExprCXX.cpp3567 if (TryAnnotateTypeConstraint()) { in ParseRequiresExpression()
/openbsd/src/gnu/llvm/clang/include/clang/Parse/
DParser.h3512 bool TryAnnotateTypeConstraint();