Searched refs:hasVarStorage (Results 1 – 3 of 3) sorted by relevance
1729 return InitOffset + hasInitStorage() + hasVarStorage(); in condOffset()1757 bool hasVarStorage() const { return IfStmtBits.HasVar; } in hasVarStorage() function1819 return hasVarStorage() ? static_cast<DeclStmt *>( in getConditionVariableDeclStmt()1825 return hasVarStorage() ? static_cast<DeclStmt *>( in getConditionVariableDeclStmt()1920 return InitOffset + hasInitStorage() + hasVarStorage(); in condOffset()2004 return hasVarStorage() ? static_cast<DeclStmt *>( in getConditionVariableDeclStmt()2010 return hasVarStorage() ? static_cast<DeclStmt *>( in getConditionVariableDeclStmt()2090 return NumMandatoryStmtPtr + hasVarStorage(); in numTrailingObjects()2110 bool hasVarStorage() const { return WhileStmtBits.HasVar; } in hasVarStorage() function2153 return hasVarStorage() ? static_cast<DeclStmt *>( in getConditionVariableDeclStmt()[all …]
629 if (Node->hasVarStorage()) in VisitIfStmt()638 if (Node->hasVarStorage()) in VisitSwitchStmt()643 if (Node->hasVarStorage()) in VisitWhileStmt()
872 assert(hasVarStorage() && in setConditionVariable()973 assert(hasVarStorage() && in setConditionVariable()1029 assert(hasVarStorage() && in setConditionVariable()