Home
last modified time | relevance | path

Searched refs:isTypeIdUnambiguously (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp1875 if (isTypeIdUnambiguously() && in checkPotentialAngleBracket()
1901 if (OpToken.is(tok::comma) && isTypeIdUnambiguously() && in checkPotentialAngleBracketDelimiter()
H A DParseExpr.cpp2377 if (isTypeIdUnambiguously()) { in ParseExprAfterUnaryExprOrTypeTrait()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2592 bool isTypeIdUnambiguously() { in isTypeIdUnambiguously() function