Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmt.cpp810 if (!SubExprs[CONDVAR]) in getConditionVariable()
813 DeclStmt *DS = cast<DeclStmt>(SubExprs[CONDVAR]); in getConditionVariable()
819 SubExprs[CONDVAR] = nullptr; in setConditionVariable()
824 SubExprs[CONDVAR] = new (C) DeclStmt(DeclGroupRef(V), VarRange.getBegin(), in setConditionVariable()
/external/llvm-project/clang/lib/AST/
DStmt.cpp1012 if (!SubExprs[CONDVAR]) in getConditionVariable()
1015 auto *DS = cast<DeclStmt>(SubExprs[CONDVAR]); in getConditionVariable()
1021 SubExprs[CONDVAR] = nullptr; in setConditionVariable()
1026 SubExprs[CONDVAR] = new (C) DeclStmt(DeclGroupRef(V), VarRange.getBegin(), in setConditionVariable()
/external/clang/include/clang/AST/
DStmt.h1155 enum { INIT, CONDVAR, COND, INC, BODY, END_EXPR }; enumerator
1183 return reinterpret_cast<DeclStmt*>(SubExprs[CONDVAR]); in getConditionVariableDeclStmt()
/external/llvm-project/clang/include/clang/AST/
DStmt.h2502 enum { INIT, CONDVAR, COND, INC, BODY, END_EXPR }; enumerator
2530 return reinterpret_cast<DeclStmt*>(SubExprs[CONDVAR]); in getConditionVariableDeclStmt()