Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDStmt.cpp1035 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()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmt.h2789 enum { INIT, CONDVAR, COND, INC, BODY, END_EXPR }; enumerator
2817 return reinterpret_cast<DeclStmt*>(SubExprs[CONDVAR]); in getConditionVariableDeclStmt()
2821 return reinterpret_cast<DeclStmt*>(SubExprs[CONDVAR]); in getConditionVariableDeclStmt()
2825 SubExprs[CONDVAR] = CondVar; in setConditionVariableDeclStmt()