Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp1034 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()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2782 enum { INIT, CONDVAR, COND, INC, BODY, END_EXPR }; enumerator
2810 return reinterpret_cast<DeclStmt*>(SubExprs[CONDVAR]); in getConditionVariableDeclStmt()
2814 return reinterpret_cast<DeclStmt*>(SubExprs[CONDVAR]); in getConditionVariableDeclStmt()
2818 SubExprs[CONDVAR] = CondVar; in setConditionVariableDeclStmt()