Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h1205 WhileStmtBitfields WhileStmtBits; in alignas() member
2632 bool hasVarStorage() const { return WhileStmtBits.HasVar; } in hasVarStorage()
2691 SourceLocation getWhileLoc() const { return WhileStmtBits.WhileLoc; } in getWhileLoc()
2692 void setWhileLoc(SourceLocation L) { WhileStmtBits.WhileLoc = L; } in setWhileLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp1125 WhileStmtBits.HasVar = HasVar; in WhileStmt()
1139 WhileStmtBits.HasVar = HasVar; in WhileStmt()