Searched refs:AttributedStmtBits (Results 1 – 2 of 2) sorted by relevance
891 AttributedStmtBitfields AttributedStmtBits; in alignas() member1644 AttributedStmtBits.NumAttrs = Attrs.size(); in AttributedStmt()1645 AttributedStmtBits.AttrLoc = Loc; in AttributedStmt()1651 AttributedStmtBits.NumAttrs = NumAttrs; in AttributedStmt()1652 AttributedStmtBits.AttrLoc = SourceLocation{}; in AttributedStmt()1668 SourceLocation getAttrLoc() const { return AttributedStmtBits.AttrLoc; } in getAttrLoc()1670 return llvm::makeArrayRef(getAttrArrayPtr(), AttributedStmtBits.NumAttrs); in getAttrs()
212 assert(NumAttrs == S->AttributedStmtBits.NumAttrs); in VisitAttributedStmt()216 S->AttributedStmtBits.AttrLoc = ReadSourceLocation(); in VisitAttributedStmt()