Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DStmt.h1023 AttributedStmtBitfields AttributedStmtBits; in alignas() member
1901 AttributedStmtBits.NumAttrs = Attrs.size(); in AttributedStmt()
1902 AttributedStmtBits.AttrLoc = Loc; in AttributedStmt()
1908 AttributedStmtBits.NumAttrs = NumAttrs; in AttributedStmt()
1909 AttributedStmtBits.AttrLoc = SourceLocation{}; in AttributedStmt()
1925 SourceLocation getAttrLoc() const { return AttributedStmtBits.AttrLoc; } in getAttrLoc()
1927 return llvm::ArrayRef(getAttrArrayPtr(), AttributedStmtBits.NumAttrs); in getAttrs()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp211 assert(NumAttrs == S->AttributedStmtBits.NumAttrs); in VisitAttributedStmt()
215 S->AttributedStmtBits.AttrLoc = readSourceLocation(); in VisitAttributedStmt()