Home
last modified time | relevance | path

Searched refs:SetterName (Results 1 – 25 of 35) sorted by relevance

12

/external/clang/lib/Basic/
DIdentifierTable.cpp583 SmallString<64> SetterName("set"); in constructSetterName() local
584 SetterName += Name; in constructSetterName()
585 SetterName[3] = toUppercase(SetterName[3]); in constructSetterName()
586 return SetterName; in constructSetterName()
593 IdentifierInfo *SetterName = in constructSetterSelector() local
595 return SelTable.getUnarySelector(SetterName); in constructSetterSelector()
/external/llvm-project/clang/lib/Basic/
DIdentifierTable.cpp634 SmallString<64> SetterName("set"); in constructSetterName() local
635 SetterName += Name; in constructSetterName()
636 SetterName[3] = toUppercase(SetterName[3]); in constructSetterName()
637 return SetterName; in constructSetterName()
644 IdentifierInfo *SetterName = in constructSetterSelector() local
646 return SelTable.getUnarySelector(SetterName); in constructSetterSelector()
/external/llvm/lib/IR/
DLLVMContextImpl.h845 MDString *SetterName;
850 MDString *GetterName, MDString *SetterName, unsigned Attributes,
853 SetterName(SetterName), Attributes(Attributes), Type(Type) {}
856 GetterName(N->getRawGetterName()), SetterName(N->getRawSetterName()),
862 SetterName == RHS->getRawSetterName() &&
866 return hash_combine(Name, File, Line, GetterName, SetterName, Attributes,
DDebugInfoMetadata.cpp605 MDString *GetterName, MDString *SetterName, unsigned Attributes, in getImpl() argument
609 assert(isCanonical(SetterName) && "Expected canonical MDString"); in getImpl()
611 SetterName, Attributes, Type)); in getImpl()
612 Metadata *Ops[] = {Name, File, GetterName, SetterName, Type}; in getImpl()
DDIBuilder.cpp314 StringRef GetterName, StringRef SetterName, in createObjCProperty() argument
317 SetterName, PropertyAttributes, Ty); in createObjCProperty()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContextImpl.h1038 MDString *SetterName;
1043 MDString *GetterName, MDString *SetterName, unsigned Attributes,
1046 SetterName(SetterName), Attributes(Attributes), Type(Type) {}
1049 GetterName(N->getRawGetterName()), SetterName(N->getRawSetterName()),
1055 SetterName == RHS->getRawSetterName() &&
1060 return hash_combine(Name, File, Line, GetterName, SetterName, Attributes,
DDebugInfoMetadata.cpp1224 MDString *GetterName, MDString *SetterName, unsigned Attributes, in getImpl() argument
1228 assert(isCanonical(SetterName) && "Expected canonical MDString"); in getImpl()
1230 SetterName, Attributes, Type)); in getImpl()
1231 Metadata *Ops[] = {Name, File, GetterName, SetterName, Type}; in getImpl()
/external/llvm-project/llvm/lib/IR/
DLLVMContextImpl.h1121 MDString *SetterName;
1126 MDString *GetterName, MDString *SetterName, unsigned Attributes,
1129 SetterName(SetterName), Attributes(Attributes), Type(Type) {}
1132 GetterName(N->getRawGetterName()), SetterName(N->getRawSetterName()),
1138 SetterName == RHS->getRawSetterName() &&
1143 return hash_combine(Name, File, Line, GetterName, SetterName, Attributes,
DDebugInfoMetadata.cpp1450 MDString *GetterName, MDString *SetterName, unsigned Attributes, in getImpl() argument
1454 assert(isCanonical(SetterName) && "Expected canonical MDString"); in getImpl()
1456 SetterName, Attributes, Type)); in getImpl()
1457 Metadata *Ops[] = {Name, File, GetterName, SetterName, Type}; in getImpl()
/external/clang/include/clang/Sema/
DDeclSpec.h818 Nullability(0), GetterName(nullptr), SetterName(nullptr) { } in ObjCDeclSpec()
862 const IdentifierInfo *getSetterName() const { return SetterName; } in getSetterName()
863 IdentifierInfo *getSetterName() { return SetterName; } in getSetterName()
864 void setSetterName(IdentifierInfo *name) { SetterName = name; } in setSetterName()
880 IdentifierInfo *SetterName; // setter name or NULL if no setter variable
/external/llvm/unittests/IR/
DMetadataTest.cpp1950 StringRef SetterName = "setter"; in TEST_F() local
1955 SetterName, Attributes, Type); in TEST_F()
1962 EXPECT_EQ(SetterName, N->getSetterName()); in TEST_F()
1966 SetterName, Attributes, Type)); in TEST_F()
1969 SetterName, Attributes, Type)); in TEST_F()
1971 SetterName, Attributes, Type)); in TEST_F()
1973 SetterName, Attributes, Type)); in TEST_F()
1975 SetterName, Attributes, Type)); in TEST_F()
1979 SetterName, Attributes + 1, Type)); in TEST_F()
1981 SetterName, Attributes, in TEST_F()
/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h844 GetterName(nullptr), SetterName(nullptr) {} in ObjCDeclSpec()
897 const IdentifierInfo *getSetterName() const { return SetterName; } in getSetterName()
898 IdentifierInfo *getSetterName() { return SetterName; } in getSetterName()
901 SetterName = name; in setSetterName()
919 IdentifierInfo *SetterName; // setter name or NULL if no setter variable
/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h2176 StringRef GetterName, StringRef SetterName, unsigned Attributes,
2180 getCanonicalMDString(Context, SetterName), Attributes, Type,
2185 MDString *GetterName, MDString *SetterName,
2198 StringRef GetterName, StringRef SetterName,
2200 (Name, File, Line, GetterName, SetterName, Attributes,
2204 MDString *GetterName, MDString *SetterName,
2206 (Name, File, Line, GetterName, SetterName, Attributes,
DDIBuilder.h255 StringRef SetterName,
/external/llvm-project/llvm/unittests/IR/
DMetadataTest.cpp2872 StringRef SetterName = "setter"; in TEST_F() local
2877 SetterName, Attributes, Type); in TEST_F()
2884 EXPECT_EQ(SetterName, N->getSetterName()); in TEST_F()
2888 SetterName, Attributes, Type)); in TEST_F()
2891 SetterName, Attributes, Type)); in TEST_F()
2893 SetterName, Attributes, Type)); in TEST_F()
2895 SetterName, Attributes, Type)); in TEST_F()
2897 SetterName, Attributes, Type)); in TEST_F()
2901 SetterName, Attributes + 1, Type)); in TEST_F()
2903 SetterName, Attributes, in TEST_F()
/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h775 Selector SetterName; variable
800 SetterName(Selector()) {} in ObjCPropertyDecl()
912 Selector getSetterName() const { return SetterName; } in getSetterName()
916 SetterName = Sel;
/external/clang/include/clang/AST/
DDeclObjC.h742 Selector SetterName; // setter name of NULL if no setter variable
758 SetterName(Selector()), in ObjCPropertyDecl()
857 Selector getSetterName() const { return SetterName; } in getSetterName()
858 void setSetterName(Selector Sel) { SetterName = Sel; } in setSetterName()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h2929 StringRef GetterName, StringRef SetterName, unsigned Attributes,
2933 getCanonicalMDString(Context, SetterName), Attributes, Type,
2938 MDString *GetterName, MDString *SetterName,
2951 StringRef GetterName, StringRef SetterName,
2953 (Name, File, Line, GetterName, SetterName, Attributes,
2957 MDString *GetterName, MDString *SetterName,
2959 (Name, File, Line, GetterName, SetterName, Attributes,
DDIBuilder.h357 StringRef SetterName,
/external/llvm-project/llvm/include/llvm/IR/
DDebugInfoMetadata.h3175 StringRef GetterName, StringRef SetterName, unsigned Attributes,
3179 getCanonicalMDString(Context, SetterName), Attributes, Type,
3184 MDString *GetterName, MDString *SetterName,
3197 StringRef GetterName, StringRef SetterName,
3199 (Name, File, Line, GetterName, SetterName, Attributes,
3203 MDString *GetterName, MDString *SetterName,
3205 (Name, File, Line, GetterName, SetterName, Attributes,
/external/clang/lib/Sema/
DSemaPseudoObject.cpp1500 UnqualifiedId SetterName; in buildSet() local
1502 SetterName.setIdentifier(II, RefExpr->getMemberLoc()); in buildSet()
1508 SourceLocation(), SetterName, nullptr); in buildSet()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp940 StringRef SetterName = Property->getSetterName(); in constructTypeDIE() local
941 if (!SetterName.empty()) in constructTypeDIE()
942 addString(ElemDie, dwarf::DW_AT_APPLE_property_setter, SetterName); in constructTypeDIE()
/external/llvm-project/clang/lib/Sema/
DSemaPseudoObject.cpp1499 UnqualifiedId SetterName; in buildSet() local
1501 SetterName.setIdentifier(II, RefExpr->getMemberLoc()); in buildSet()
1507 SourceLocation(), SetterName, nullptr); in buildSet()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DDebugInfo.h821 const char *SetterName, size_t SetterNameLen,
/external/llvm-project/llvm/include/llvm-c/
DDebugInfo.h828 const char *SetterName, size_t SetterNameLen,

12