Searched refs:AttributedStmtBits (Results 1 – 2 of 2) sorted by relevance
1008 AttributedStmtBitfields AttributedStmtBits; member1856 AttributedStmtBits.NumAttrs = Attrs.size(); in AttributedStmt()1857 AttributedStmtBits.AttrLoc = Loc; in AttributedStmt()1863 AttributedStmtBits.NumAttrs = NumAttrs; in AttributedStmt()1864 AttributedStmtBits.AttrLoc = SourceLocation{}; in AttributedStmt()1880 SourceLocation getAttrLoc() const { return AttributedStmtBits.AttrLoc; } in getAttrLoc()1882 return llvm::makeArrayRef(getAttrArrayPtr(), AttributedStmtBits.NumAttrs); in getAttrs()
206 assert(NumAttrs == S->AttributedStmtBits.NumAttrs); in VisitAttributedStmt()210 S->AttributedStmtBits.AttrLoc = readSourceLocation(); in VisitAttributedStmt()