Searched refs:CONDVAR (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/AST/ |
D | Stmt.cpp | 810 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/ |
D | Stmt.cpp | 1012 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/ |
D | Stmt.h | 1155 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/ |
D | Stmt.h | 2502 enum { INIT, CONDVAR, COND, INC, BODY, END_EXPR }; enumerator 2530 return reinterpret_cast<DeclStmt*>(SubExprs[CONDVAR]); in getConditionVariableDeclStmt()
|