Home
last modified time | relevance | path

Searched defs:NumAttrs (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/IR/
DAttributeImpl.h145 unsigned NumAttrs; ///< Number of attributes in this node. variable
194 unsigned NumAttrs; ///< Number of entries in this set. variable
DAttributes.cpp771 uint64_t NumAttrs = pImpl->getNumAttributes(); in addAttributes() local
824 uint64_t NumAttrs = pImpl->getNumAttributes(); in removeAttributes() local
/external/clang/include/clang/AST/
DStmt.h831 unsigned NumAttrs; variable
841 explicit AttributedStmt(EmptyShell Empty, unsigned NumAttrs) in AttributedStmt()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp173 uint64_t NumAttrs = Record[Idx++]; in VisitAttributedStmt() local
/external/clang/tools/c-index-test/
Dc-index-test.c415 unsigned NumAttrs; in DumpCXCommentInternal() local
/external/clang/lib/AST/
DStmt.cpp321 unsigned NumAttrs) { in CreateEmpty()