Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h1011 AttributedStmtBitfields AttributedStmtBits; in alignas() member
1889 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()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp210 assert(NumAttrs == S->AttributedStmtBits.NumAttrs); in VisitAttributedStmt()
214 S->AttributedStmtBits.AttrLoc = readSourceLocation(); in VisitAttributedStmt()