Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h1016 ForStmtBitfields ForStmtBits; in alignas() member
2612 SourceLocation getForLoc() const { return ForStmtBits.ForLoc; } in getForLoc()
2613 void setForLoc(SourceLocation L) { ForStmtBits.ForLoc = L; } in setForLoc()
/llvm-project-15.0.7/clang/lib/AST/
H A DStmt.cpp1028 ForStmtBits.ForLoc = FL; in ForStmt()