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

/external/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_helpers.cc325 return GetPropertyName(field) + "FieldNumber";
328 std::string GetPropertyName(const FieldDescriptor* descriptor) { function in namespace:google::protobuf::compiler::csharp
/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp901 /// GetPropertyName - Return a unique constant for the given
903 llvm::Constant *GetPropertyName(IdentifierInfo *Ident);
2922 GetPropertyName(PD->getIdentifier()),
2959 llvm::Constant *Prop[] = {GetPropertyName(PD->getIdentifier()),
5120 llvm::Constant *CGObjCCommonMac::GetPropertyName(IdentifierInfo *Ident) { function in class:CGObjCCommonMac
5139 return GetPropertyName(&CGM.getContext().Idents.get(TypeStr));

Completed in 297 milliseconds