Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h891 AttributedStmtBitfields AttributedStmtBits; in alignas() member
1644 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()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp212 assert(NumAttrs == S->AttributedStmtBits.NumAttrs); in VisitAttributedStmt()
216 S->AttributedStmtBits.AttrLoc = ReadSourceLocation(); in VisitAttributedStmt()