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

/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2245 llvm::Type *SelStructPtrTy = SelectorTy; local
2248 SelStructPtrTy = llvm::PointerType::getUnqual(SelStructTy);
2283 llvm::StructType *SymTabTy = llvm::StructType::get(LongTy, SelStructPtrTy,
2330 SelStructPtrTy));

Completed in 106 milliseconds