Searched refs:AttributedStmtBits (Results 1 – 2 of 2) sorted by relevance
1011 AttributedStmtBitfields AttributedStmtBits; in alignas() member1889 AttributedStmtBits.NumAttrs = Attrs.size(); in AttributedStmt()1890 AttributedStmtBits.AttrLoc = Loc; in AttributedStmt()1896 AttributedStmtBits.NumAttrs = NumAttrs; in AttributedStmt()1897 AttributedStmtBits.AttrLoc = SourceLocation{}; in AttributedStmt()1913 SourceLocation getAttrLoc() const { return AttributedStmtBits.AttrLoc; } in getAttrLoc()1915 return llvm::makeArrayRef(getAttrArrayPtr(), AttributedStmtBits.NumAttrs); in getAttrs()
210 assert(NumAttrs == S->AttributedStmtBits.NumAttrs); in VisitAttributedStmt()214 S->AttributedStmtBits.AttrLoc = readSourceLocation(); in VisitAttributedStmt()