/llvm-project/clang/lib/Basic/ |
H A D | IdentifierTable.cpp | 739 return SetterName; in constructSetterSelector() local 729 SmallString<64> SetterName("set"); constructSetterName() local
|
/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | ExtractAPIVisitor.h | 1390 auto SetterName = Property->getSetterName().getAsString(); recordObjCProperties() local
|
H A D | API.h | 985 StringRef SetterName; global() member
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaPseudoObject.cpp | 1422 SetterName.setIdentifier(II, RefExpr->getMemberLoc()); in buildSet() local
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 808 const IdentifierInfo *SetterName = OCDS.getSetterName(); ParseObjCInterfaceDeclList() local
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 985 StringRef SetterName = Property->getSetterName(); 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 | 1409 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/AST/ |
H A D | DeclObjC.h | 759 Selector SetterName; variable
|
/llvm-project/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 994 IdentifierInfo *SetterName; // setter name or NULL if no setter global() variable
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 1490 DeclarationName SetterName = Record.readDeclarationName(); VisitObjCPropertyDecl() local
|
/llvm-project/llvm/unittests/IR/ |
H A D | MetadataTest.cpp | 4298 StringRef SetterName = "setter"; TEST_F() local [all...] |