Searched refs:hasElseStorage (Results 1 – 2 of 2) sorted by relevance
1718 return NumMandatoryStmtPtr + hasElseStorage() + hasVarStorage() + in numTrailingObjects()1723 return hasElseStorage(); in numTrailingObjects()1760 bool hasElseStorage() const { return IfStmtBits.HasElse; } in hasElseStorage() function1784 return hasElseStorage() ? getTrailingObjects<Stmt *>()[elseOffset()] in getElse()1789 return hasElseStorage() ? getTrailingObjects<Stmt *>()[elseOffset()] in getElse()1794 assert(hasElseStorage() && in setElse()1850 return hasElseStorage() ? *getTrailingObjects<SourceLocation>() in getElseLoc()1855 assert(hasElseStorage() && in setElseLoc()
631 if (Node->hasElseStorage()) in VisitIfStmt()