Searched defs:GetterName (Results 1 – 10 of 10) sorted by relevance
/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | ExtractAPIVisitor.h | 1389 auto GetterName = Property->getGetterName().getAsString(); recordObjCProperties() local
|
H A D | API.h | 984 StringRef GetterName; global() member
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaPseudoObject.cpp | 1393 GetterName.setIdentifier(II, RefExpr->getMemberLoc()); in buildGet() local
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 982 StringRef GetterName = Property->getGetterName(); constructTypeDIE() local
|
/llvm-project/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 455 StringRef GetterName, StringRef SetterName, in createObjCProperty() argument
|
H A D | DebugInfoMetadata.cpp | 2200 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 D | DebugInfo.cpp | 1408 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 D | DeclSpec.h | 993 IdentifierInfo *GetterName; // getter name or NULL if no getter global() variable
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 1487 DeclarationName GetterName = Record.readDeclarationName(); VisitObjCPropertyDecl() local
|
/llvm-project/llvm/unittests/IR/ |
H A D | MetadataTest.cpp | 4297 StringRef GetterName = "getter"; TEST_F() local [all...] |