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

/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp269 typedef std::pair<std::string, llvm::GlobalAlias*> TypedSelector; typedef in class:__anon3601::CGObjCGNU
273 typedef llvm::DenseMap<Selector, SmallVector<TypedSelector, 2> >
907 SmallVector<TypedSelector, 2> &Types = SelectorTable[Sel];
911 for (SmallVectorImpl<TypedSelector>::iterator i = Types.begin(),
923 Types.push_back(TypedSelector(TypeEncoding, SelValue));
2298 SmallVectorImpl<TypedSelector> &Types = iter->second;
2299 for (SmallVectorImpl<TypedSelector>::iterator i = Types.begin(),

Completed in 74 milliseconds