Searched refs:hasElseStorage (Results 1 – 3 of 3) sorted by relevance
1880 return NumMandatoryStmtPtr + hasElseStorage() + hasVarStorage() + in numTrailingObjects()1885 return hasElseStorage(); in numTrailingObjects()1922 bool hasElseStorage() const { return IfStmtBits.HasElse; } in hasElseStorage() function1946 return hasElseStorage() ? getTrailingObjects<Stmt *>()[elseOffset()] in getElse()1951 return hasElseStorage() ? getTrailingObjects<Stmt *>()[elseOffset()] in getElse()1956 assert(hasElseStorage() && in setElse()2012 return hasElseStorage() ? *getTrailingObjects<SourceLocation>() in getElseLoc()2017 assert(hasElseStorage() && in setElseLoc()
659 if (Node->hasElseStorage()) in VisitIfStmt()
1425 attributeOnlyIfTrue("hasElse", IS->hasElseStorage()); in VisitIfStmt()