Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DStmt.h1011 WhileStmtBitfields WhileStmtBits; member
2359 bool hasVarStorage() const { return WhileStmtBits.HasVar; } in hasVarStorage()
2413 SourceLocation getWhileLoc() const { return WhileStmtBits.WhileLoc; } in getWhileLoc()
2414 void setWhileLoc(SourceLocation L) { WhileStmtBits.WhileLoc = L; } in setWhileLoc()
/external/llvm-project/clang/lib/AST/
DStmt.cpp1103 WhileStmtBits.HasVar = HasVar; in WhileStmt()
1117 WhileStmtBits.HasVar = HasVar; in WhileStmt()