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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp898 /// GetPropertyName - Return a unique constant for the given
900 llvm::Constant *GetPropertyName(IdentifierInfo *Ident);
2888 GetPropertyName(PD->getIdentifier()),
2915 llvm::Constant *Prop[] = {GetPropertyName(PD->getIdentifier()),
5047 llvm::Constant *CGObjCCommonMac::GetPropertyName(IdentifierInfo *Ident) { function in class:CGObjCCommonMac
5066 return GetPropertyName(&CGM.getContext().Idents.get(TypeStr));

Completed in 101 milliseconds