Searched refs:getList (Results 1 - 21 of 21) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DRegAllocRegistry.h48 static RegisterRegAlloc *getList() { function in class:llvm::RegisterRegAlloc
49 return (RegisterRegAlloc *)Registry.getList();
H A DSchedulerRegistry.h52 static RegisterScheduler *getList() { function in class:llvm::RegisterScheduler
53 return (RegisterScheduler *)Registry.getList();
H A DMachinePassRegistry.h99 MachinePassRegistryNode *getList() { return List; } function in class:llvm::MachinePassRegistry
132 for (RegistryClass *Node = RegistryClass::getList();
H A DMachineScheduler.h86 static MachineSchedRegistry *getList() { function in class:llvm::MachineSchedRegistry
87 return (MachineSchedRegistry *)Registry.getList();
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DMachinePassRegistry.cpp24 for(MachinePassRegistryNode *R = getList(); R; R = R->getNext()) {
/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DSymbolTableListTraits.h56 static iplist<ValueSubClass> &getList(ItemParentClass *Par) { function in class:llvm::SymbolTableListTraits
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DSymbolTableListTraitsImpl.h44 iplist<ValueSubClass> &ItemList = TraitsClass::getList(getListOwner());
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseDeclCXX.cpp170 attrs.getList());
217 attrs.getList());
432 IdentLoc, NamespcName, attrs.getList());
609 UsingLoc, Name, Attrs.getList(),
614 Name, Attrs.getList(),
1446 attrs.getList());
1508 attrs.getList(),
1527 NameLoc, attrs.getList());
1535 Name, NameLoc, attrs.getList(),
1555 SS, Name, NameLoc, attrs.getList(), A
[all...]
H A DParseObjc.cpp297 EndProtoLoc, attrs.getList());
879 takeDeclAttributes(attrs, D.getDeclSpec().getAttributes().getList());
1038 methodAttrs.getList(), MethodImplKind,
1073 ArgInfo.ArgAttrs = paramAttrs.getList();
1174 methodAttrs.getList(),
1429 attrs.getList());
1460 attrs.getList());
1478 EndProtoLoc, attrs.getList());
H A DParseDecl.cpp50 DS.addAttributes(Attrs->getList());
1314 AttributeList *AttrList = attrs.getList();
3320 attrs.getList());
3624 StartLoc, SS, Name, NameLoc, attrs.getList(),
3727 attrs.getList(), EqualLoc,
3768 attrs.getList());
H A DParseStmt.cpp111 return Actions.ProcessStmtAttributes(Res.get(), Attrs.getList(), Attrs.Range);
495 if (AttributeList *Attrs = attrs.getList()) {
H A DParser.cpp650 attrs.getList(),
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DImmutableList.h91 ImmutableList getList() const { return L; } function in class:llvm::ImmutableList::iterator
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h1800 DeclTypeInfo.back().getAttrListRef() = attrs.getList();
1982 const AttributeList *getAttributes() const { return Attrs.getList(); }
1983 AttributeList *getAttributes() { return Attrs.getList(); }
1999 AttributeList *AttrList = Attrs.getList();
H A DAttributeList.h703 AttributeList *getList() const { return list; }
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DDeclSpec.cpp823 AttributeList* attrs = getAttributes().getList();
H A DSemaType.cpp181 for (AttributeList *attr = spec.getAttributes().getList(); attr;
1086 if (AttributeList *attrs = DS.getAttributes().getList())
2047 if (AttributeList *attrs = D.getDeclSpec().getAttributes().getList())
2694 = D.getDeclSpec().getAttributes().getList();
3341 fillAttributedTypeLoc(TL, DS.getAttributes().getList());
H A DSemaDeclAttr.cpp5098 ::checkUnusedDeclAttributes(*this, D.getDeclSpec().getAttributes().getList());
5208 if (const AttributeList *Attrs = PD.getDeclSpec().getAttributes().getList())
H A DSemaDecl.cpp3241 AttributeList* attrs = DS.getAttributes().getList();
9036 ProcessDeclAttributeList(S, D, Attrs.getList());
H A DSemaDeclCXX.cpp1359 for (AttributeList *Attr = Attributes.getList(); Attr;
1932 getMSPropertyAttr(D.getDeclSpec().getAttributes().getList());
H A DSemaTemplate.cpp6877 AttributeList *Attr = D.getDeclSpec().getAttributes().getList();

Completed in 433 milliseconds