Home
last modified time | relevance | path

Searched defs:GetterName (Results 1 – 10 of 10) sorted by relevance

/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h1389 auto GetterName = Property->getGetterName().getAsString(); recordObjCProperties() local
H A DAPI.h984 StringRef GetterName; global() member
/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp1393 GetterName.setIdentifier(II, RefExpr->getMemberLoc()); in buildGet() local
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp982 StringRef GetterName = Property->getGetterName(); constructTypeDIE() local
/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp455 StringRef GetterName, StringRef SetterName, in createObjCProperty() argument
H A DDebugInfoMetadata.cpp2200 getImpl(LLVMContext & Context,MDString * Name,Metadata * File,unsigned Line,MDString * GetterName,MDString * SetterName,unsigned Attributes,Metadata * Type,StorageType Storage,bool ShouldCreate) getImpl() argument
H A DDebugInfo.cpp1408 LLVMDIBuilderCreateObjCProperty(LLVMDIBuilderRef Builder,const char * Name,size_t NameLen,LLVMMetadataRef File,unsigned LineNo,const char * GetterName,size_t GetterNameLen,const char * SetterName,size_t SetterNameLen,unsigned PropertyAttributes,LLVMMetadataRef Ty) LLVMDIBuilderCreateObjCProperty() argument
/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h993 IdentifierInfo *GetterName; // getter name or NULL if no getter global() variable
/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1487 DeclarationName GetterName = Record.readDeclarationName(); VisitObjCPropertyDecl() local
/llvm-project/llvm/unittests/IR/
H A DMetadataTest.cpp4297 StringRef GetterName = "getter"; TEST_F() local
[all...]