Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmt.cpp1020 if (!SubExprs[CONDVAR]) in getConditionVariable()
1023 auto *DS = cast<DeclStmt>(SubExprs[CONDVAR]); in getConditionVariable()
1029 SubExprs[CONDVAR] = nullptr; in setConditionVariable()
1034 SubExprs[CONDVAR] = new (C) DeclStmt(DeclGroupRef(V), VarRange.getBegin(), in setConditionVariable()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h2506 enum { INIT, CONDVAR, COND, INC, BODY, END_EXPR }; enumerator
2534 return reinterpret_cast<DeclStmt*>(SubExprs[CONDVAR]); in getConditionVariableDeclStmt()