Home
last modified time | relevance | path

Searched refs:AttributedStmtBits (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h1202 AttributedStmtBitfields AttributedStmtBits; in alignas() member
2087 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()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp212 assert(NumAttrs == S->AttributedStmtBits.NumAttrs); in VisitAttributedStmt()
216 S->AttributedStmtBits.AttrLoc = readSourceLocation(); in VisitAttributedStmt()