Searched refs:CONDVAR (Results 1 – 2 of 2) sorted by relevance
1034 if (!SubExprs[CONDVAR]) in getConditionVariable()1037 auto *DS = cast<DeclStmt>(SubExprs[CONDVAR]); in getConditionVariable()1043 SubExprs[CONDVAR] = nullptr; in setConditionVariable()1048 SubExprs[CONDVAR] = new (C) DeclStmt(DeclGroupRef(V), VarRange.getBegin(), in setConditionVariable()
2782 enum { INIT, CONDVAR, COND, INC, BODY, END_EXPR }; enumerator2810 return reinterpret_cast<DeclStmt*>(SubExprs[CONDVAR]); in getConditionVariableDeclStmt()2814 return reinterpret_cast<DeclStmt*>(SubExprs[CONDVAR]); in getConditionVariableDeclStmt()2818 SubExprs[CONDVAR] = CondVar; in setConditionVariableDeclStmt()