Searched refs:CONDVAR (Results 1 – 2 of 2) sorted by relevance
1035 if (!SubExprs[CONDVAR]) in getConditionVariable()1038 auto *DS = cast<DeclStmt>(SubExprs[CONDVAR]); in getConditionVariable()1044 SubExprs[CONDVAR] = nullptr; in setConditionVariable()1049 SubExprs[CONDVAR] = new (C) DeclStmt(DeclGroupRef(V), VarRange.getBegin(), in setConditionVariable()
2789 enum { INIT, CONDVAR, COND, INC, BODY, END_EXPR }; enumerator2817 return reinterpret_cast<DeclStmt*>(SubExprs[CONDVAR]); in getConditionVariableDeclStmt()2821 return reinterpret_cast<DeclStmt*>(SubExprs[CONDVAR]); in getConditionVariableDeclStmt()2825 SubExprs[CONDVAR] = CondVar; in setConditionVariableDeclStmt()