Searched refs:IfStmtBits (Results 1 – 3 of 3) sorted by relevance
916 IfStmtBits.HasElse = HasElse; in IfStmt()917 IfStmtBits.HasVar = HasVar; in IfStmt()918 IfStmtBits.HasInit = HasInit; in IfStmt()938 IfStmtBits.HasElse = HasElse; in IfStmt()939 IfStmtBits.HasVar = HasVar; in IfStmt()940 IfStmtBits.HasInit = HasInit; in IfStmt()
1009 IfStmtBitfields IfStmtBits; member1971 bool hasInitStorage() const { return IfStmtBits.HasInit; } in hasInitStorage()1974 bool hasVarStorage() const { return IfStmtBits.HasVar; } in hasVarStorage()1977 bool hasElseStorage() const { return IfStmtBits.HasElse; } in hasElseStorage()2063 SourceLocation getIfLoc() const { return IfStmtBits.IfLoc; } in getIfLoc()2064 void setIfLoc(SourceLocation IfLoc) { IfStmtBits.IfLoc = IfLoc; } in setIfLoc()2077 bool isConstexpr() const { return IfStmtBits.IsConstexpr; } in isConstexpr()2078 void setConstexpr(bool C) { IfStmtBits.IsConstexpr = C; } in setConstexpr()
258 IfStmtBitfields IfStmtBits; in LLVM_ALIGNAS() member933 bool isConstexpr() const { return IfStmtBits.IsConstexpr; } in isConstexpr()934 void setConstexpr(bool C) { IfStmtBits.IsConstexpr = C; } in setConstexpr()