Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmt.h983 ForStmtBitfields ForStmtBits; in alignas() member
2471 SourceLocation getForLoc() const { return ForStmtBits.ForLoc; } in getForLoc()
2472 void setForLoc(SourceLocation L) { ForStmtBits.ForLoc = L; } in setForLoc()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDStmt.cpp928 ForStmtBits.ForLoc = FL; in ForStmt()