Searched refs:isUnset (Results 1 – 7 of 7) sorted by relevance
162 bool isUnset() const { return !Invalid && !Val; }201 bool isUnset() const { return PtrWithInvalid == 0; }
2290 bool isUnset() const { return Specifiers == 0; } in isUnset() function
2113 if (!VS.isUnset()) in ParseCXXMemberDeclaratorBeforeInitializer()2133 if (BitfieldSize.isUnset() && VS.isUnset()) { in ParseCXXMemberDeclaratorBeforeInitializer()2137 if (!VS.isUnset()) { in ParseCXXMemberDeclaratorBeforeInitializer()2152 if (!DeclaratorInfo.hasName() && BitfieldSize.isUnset()) { in ParseCXXMemberDeclaratorBeforeInitializer()2473 if (BitfieldSize.isUnset()) { in ParseCXXClassMemberDeclaration()
667 if (Result.isUnset()) { in ParseCXXIdExpression()673 assert(!Result.isUnset() && "Typo correction suggested a keyword replacement " in ParseCXXIdExpression()
5310 if (Div.isUnset()) in CheckOpenMPLoop()9120 (DeclareReductionRef.isUnset() || in ActOnOpenMPReductionClause()9235 (DeclareReductionRef.isUnset() || in ActOnOpenMPReductionClause()9244 if (BOK == BO_Comma && DeclareReductionRef.isUnset()) { in ActOnOpenMPReductionClause()9260 if (DeclareReductionRef.isUnset()) { in ActOnOpenMPReductionClause()9430 if (Init && DeclareReductionRef.isUnset()) { in ActOnOpenMPReductionClause()9437 if (!RHSVD->hasInit() && DeclareReductionRef.isUnset()) { in ActOnOpenMPReductionClause()
6917 if (!TypoExprs.insert(E) && !CacheEntry.isUnset()) { in TransformTypoExpr()6943 assert(!NE.isUnset() && in TransformTypoExpr()
10884 if (Result.isUnset()) in TransformCXXFoldExpr()