Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseExprCXX.cpp1361 if (isTypeIdInParens()) { in ParseCXXTypeid()
1409 if (isTypeIdInParens()) { in ParseCXXUuidof()
2778 if (isTypeIdInParens()) { in ParseExpressionListOrTypeId()
3012 assert(isTypeIdInParens() && "Not a type-id!"); in ParseCXXAmbiguousParenExpression()
HDParseExpr.cpp2211 isTypeIdInParens(isAmbiguousTypeId)) { in ParseParenExpression()
HDParseDecl.cpp2438 if (isTypeIdInParens()) { in ParseAlignArgument()
/NextBSD/contrib/llvm/tools/clang/include/clang/Parse/
HDParser.h1911 bool isTypeIdInParens(bool &isAmbiguous) { in isTypeIdInParens() function
1917 bool isTypeIdInParens() { in isTypeIdInParens() function
1919 return isTypeIdInParens(isAmbiguous); in isTypeIdInParens()