Searched refs:AttributedStmtBits (Results 1 – 2 of 2) sorted by relevance
1202 AttributedStmtBitfields AttributedStmtBits; in alignas() member2087 AttributedStmtBits.NumAttrs = Attrs.size(); in AttributedStmt()2088 AttributedStmtBits.AttrLoc = Loc; in AttributedStmt()2094 AttributedStmtBits.NumAttrs = NumAttrs; in AttributedStmt()2095 AttributedStmtBits.AttrLoc = SourceLocation{}; in AttributedStmt()2111 SourceLocation getAttrLoc() const { return AttributedStmtBits.AttrLoc; } in getAttrLoc()2113 return llvm::ArrayRef(getAttrArrayPtr(), AttributedStmtBits.NumAttrs); in getAttrs()
212 assert(NumAttrs == S->AttributedStmtBits.NumAttrs); in VisitAttributedStmt()216 S->AttributedStmtBits.AttrLoc = readSourceLocation(); in VisitAttributedStmt()