Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDStmt.cpp926 if (!SubExprs[CONDVAR]) in getConditionVariable()
929 DeclStmt *DS = cast<DeclStmt>(SubExprs[CONDVAR]); in getConditionVariable()
935 SubExprs[CONDVAR] = nullptr; in setConditionVariable()
940 SubExprs[CONDVAR] = new (C) DeclStmt(DeclGroupRef(V), VarRange.getBegin(), in setConditionVariable()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDStmt.h1146 enum { INIT, CONDVAR, COND, INC, BODY, END_EXPR }; enumerator
1174 return reinterpret_cast<DeclStmt*>(SubExprs[CONDVAR]); in getConditionVariableDeclStmt()