Searched refs:AttributedStmtBits (Results 1 – 2 of 2) sorted by relevance
1023 AttributedStmtBitfields AttributedStmtBits; in alignas() member1901 AttributedStmtBits.NumAttrs = Attrs.size(); in AttributedStmt()1902 AttributedStmtBits.AttrLoc = Loc; in AttributedStmt()1908 AttributedStmtBits.NumAttrs = NumAttrs; in AttributedStmt()1909 AttributedStmtBits.AttrLoc = SourceLocation{}; in AttributedStmt()1925 SourceLocation getAttrLoc() const { return AttributedStmtBits.AttrLoc; } in getAttrLoc()1927 return llvm::ArrayRef(getAttrArrayPtr(), AttributedStmtBits.NumAttrs); in getAttrs()
211 assert(NumAttrs == S->AttributedStmtBits.NumAttrs); in VisitAttributedStmt()215 S->AttributedStmtBits.AttrLoc = readSourceLocation(); in VisitAttributedStmt()