Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h1008 AttributedStmtBitfields AttributedStmtBits; member
1856 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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp206 assert(NumAttrs == S->AttributedStmtBits.NumAttrs); in VisitAttributedStmt()
210 S->AttributedStmtBits.AttrLoc = readSourceLocation(); in VisitAttributedStmt()