Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DStmt.h1012 DoStmtBitfields DoStmtBits; member
2474 SourceLocation getDoLoc() const { return DoStmtBits.DoLoc; } in getDoLoc()
2475 void setDoLoc(SourceLocation L) { DoStmtBits.DoLoc = L; } in setDoLoc()