Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DStmt.h1013 ForStmtBitfields ForStmtBits; member
2547 SourceLocation getForLoc() const { return ForStmtBits.ForLoc; } in getForLoc()
2548 void setForLoc(SourceLocation L) { ForStmtBits.ForLoc = L; } in setForLoc()
/external/llvm-project/clang/lib/AST/
DStmt.cpp1008 ForStmtBits.ForLoc = FL; in ForStmt()