Searched refs:hasVarStorage (Results 1 – 5 of 5) sorted by relevance
1947 return InitOffset + hasInitStorage() + hasVarStorage(); in condOffset()1977 bool hasVarStorage() const { return IfStmtBits.HasVar; } in hasVarStorage() function2039 return hasVarStorage() ? static_cast<DeclStmt *>( in getConditionVariableDeclStmt()2045 return hasVarStorage() ? static_cast<DeclStmt *>( in getConditionVariableDeclStmt()2157 return InitOffset + hasInitStorage() + hasVarStorage(); in condOffset()2243 return hasVarStorage() ? static_cast<DeclStmt *>( in getConditionVariableDeclStmt()2249 return hasVarStorage() ? static_cast<DeclStmt *>( in getConditionVariableDeclStmt()2341 return NumMandatoryStmtPtr + hasVarStorage(); in numTrailingObjects()2363 bool hasVarStorage() const { return WhileStmtBits.HasVar; } in hasVarStorage() function2406 return hasVarStorage() ? static_cast<DeclStmt *>( in getConditionVariableDeclStmt()[all …]
981 assert(hasVarStorage() && in setConditionVariable()1099 assert(hasVarStorage() && in setConditionVariable()1160 assert(hasVarStorage() && in setConditionVariable()
1489 attributeOnlyIfTrue("hasVar", IS->hasVarStorage()); in VisitIfStmt()1496 attributeOnlyIfTrue("hasVar", SS->hasVarStorage()); in VisitSwitchStmt()1513 attributeOnlyIfTrue("hasVar", WS->hasVarStorage()); in VisitWhileStmt()
947 if (Node->hasVarStorage()) in VisitIfStmt()956 if (Node->hasVarStorage()) in VisitSwitchStmt()961 if (Node->hasVarStorage()) in VisitWhileStmt()
812 if (S->hasVarStorage()) { in TraverseIfStmt()1460 if (S->hasVarStorage()) in WalkUpFromIfStmt()