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

/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp926 /// GetPropertyName - Return a unique constant for the given
928 llvm::Constant *GetPropertyName(IdentifierInfo *Ident);
2780 GetPropertyName(PD->getIdentifier()),
2808 GetPropertyName(PD->getIdentifier()),
4918 llvm::Constant *CGObjCCommonMac::GetPropertyName(IdentifierInfo *Ident) { function in class:CGObjCCommonMac
4937 return GetPropertyName(&CGM.getContext().Idents.get(TypeStr));

Completed in 42 milliseconds