Searched refs:hasElseStorage (Results 1 – 3 of 3) sorted by relevance
1969 return NumMandatoryStmtPtr + hasElseStorage() + hasVarStorage() + in numTrailingObjects()1974 return hasElseStorage(); in numTrailingObjects()2013 bool hasElseStorage() const { return IfStmtBits.HasElse; } in hasElseStorage() function2037 return hasElseStorage() ? getTrailingObjects<Stmt *>()[elseOffset()] in getElse()2042 return hasElseStorage() ? getTrailingObjects<Stmt *>()[elseOffset()] in getElse()2047 assert(hasElseStorage() && in setElse()2103 return hasElseStorage() ? *getTrailingObjects<SourceLocation>() in getElseLoc()2108 assert(hasElseStorage() && in setElseLoc()
1497 attributeOnlyIfTrue("hasElse", IS->hasElseStorage()); in VisitIfStmt()
956 if (Node->hasElseStorage()) in VisitIfStmt()