Searched refs:hasElseStorage (Results 1 – 3 of 3) sorted by relevance
1981 return NumMandatoryStmtPtr + hasElseStorage() + hasVarStorage() + in numTrailingObjects()1986 return hasElseStorage(); in numTrailingObjects()2025 bool hasElseStorage() const { return IfStmtBits.HasElse; } in hasElseStorage() function2049 return hasElseStorage() ? getTrailingObjects<Stmt *>()[elseOffset()] in getElse()2054 return hasElseStorage() ? getTrailingObjects<Stmt *>()[elseOffset()] in getElse()2059 assert(hasElseStorage() && in setElse()2115 return hasElseStorage() ? *getTrailingObjects<SourceLocation>() in getElseLoc()2120 assert(hasElseStorage() && in setElseLoc()
1529 attributeOnlyIfTrue("hasElse", IS->hasElseStorage()); in VisitIfStmt()
956 if (Node->hasElseStorage()) in VisitIfStmt()