Searched defs:TypedSelector (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp315 typedef std::pair<std::string, llvm::GlobalAlias*> TypedSelector; typedef in class:__anon17845::CGObjCGNU
319 typedef llvm::DenseMap<Selector, SmallVector<TypedSelector, 2> >
1047 SmallVectorImpl<TypedSelector> &Types = SelectorTable[Sel];
1050 for (SmallVectorImpl<TypedSelector>::iterator i = Types.begin(),
1061 Types.push_back(TypedSelector(TypeEncoding, SelValue));
2414 SmallVectorImpl<TypedSelector> &Types = iter->second;
2415 for (SmallVectorImpl<TypedSelector>::iterator i = Types.begin(),

Completed in 75 milliseconds