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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp64 llvm::Type *params[] = { ObjectPtrTy, SelectorPtrTy };
80 llvm::Type *params[] = { ObjectPtrTy, SelectorPtrTy };
93 llvm::Type *params[] = { ObjectPtrTy, SelectorPtrTy };
106 llvm::Type *params[] = { ObjectPtrTy, SelectorPtrTy };
122 llvm::Type *params[] = { SuperPtrTy, SelectorPtrTy };
133 llvm::Type *params[] = { SuperPtrTy, SelectorPtrTy };
144 llvm::Type *params[] = { Int8PtrTy, SuperPtrTy, SelectorPtrTy };
155 llvm::Type *params[] = { Int8PtrTy, SuperPtrTy, SelectorPtrTy };
185 /// SelectorPtrTy - LLVM type for selector handles (typeof(SEL))
186 llvm::Type *SelectorPtrTy; member in class:__anon3801::ObjCCommonTypesHelper
[all...]

Completed in 92 milliseconds