Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmt.h981 WhileStmtBitfields WhileStmtBits; in alignas() member
2288 bool hasVarStorage() const { return WhileStmtBits.HasVar; } in hasVarStorage()
2342 SourceLocation getWhileLoc() const { return WhileStmtBits.WhileLoc; } in getWhileLoc()
2343 void setWhileLoc(SourceLocation L) { WhileStmtBits.WhileLoc = L; } in setWhileLoc()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDStmt.cpp1019 WhileStmtBits.HasVar = HasVar; in WhileStmt()
1031 WhileStmtBits.HasVar = HasVar; in WhileStmt()