Home
last modified time | relevance | path

Searched refs:CONDVAR (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/AST/
DStmt.cpp866 if (!SubExprs[CONDVAR]) in getConditionVariable()
869 DeclStmt *DS = cast<DeclStmt>(SubExprs[CONDVAR]); in getConditionVariable()
875 SubExprs[CONDVAR] = 0; in setConditionVariable()
880 SubExprs[CONDVAR] = new (C) DeclStmt(DeclGroupRef(V), VarRange.getBegin(), in setConditionVariable()
/external/clang/include/clang/AST/
DStmt.h1112 enum { INIT, CONDVAR, COND, INC, BODY, END_EXPR }; enumerator
1140 return reinterpret_cast<DeclStmt*>(SubExprs[CONDVAR]); in getConditionVariableDeclStmt()