HomeSort by relevance Sort by last modified time
    Searched defs:AttrVec (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
AttrIterator.h 41 /// AttrVec - A vector of Attr, which is how they are stored on the AST.
42 typedef SmallVector<Attr*, 2> AttrVec;
45 /// specific_attr_iterator - Iterates over a subrange of an AttrVec, only
47 template <typename SpecificAttr, typename Container = AttrVec>
  /external/llvm/lib/IR/
Attributes.cpp 658 SmallVector<Attribute, 4> AttrVec;
660 AttrVec.push_back(I->second);
665 AttributeSetNode::get(C, AttrVec)));
    [all...]

Completed in 37 milliseconds