Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h1207 ForStmtBitfields ForStmtBits; in alignas() member
2835 SourceLocation getForLoc() const { return ForStmtBits.ForLoc; } in getForLoc()
2836 void setForLoc(SourceLocation L) { ForStmtBits.ForLoc = L; } in setForLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp1030 ForStmtBits.ForLoc = FL; in ForStmt()