Home
last modified time | relevance | path

Searched refs:GetterName (Results 1 – 25 of 31) sorted by relevance

12

/external/llvm/lib/IR/
DLLVMContextImpl.h844 MDString *GetterName;
850 MDString *GetterName, MDString *SetterName, unsigned Attributes,
852 : Name(Name), File(File), Line(Line), GetterName(GetterName),
856 GetterName(N->getRawGetterName()), SetterName(N->getRawSetterName()),
861 Line == RHS->getLine() && GetterName == RHS->getRawGetterName() &&
866 return hash_combine(Name, File, Line, GetterName, SetterName, Attributes,
DDebugInfoMetadata.cpp605 MDString *GetterName, MDString *SetterName, unsigned Attributes, in getImpl() argument
608 assert(isCanonical(GetterName) && "Expected canonical MDString"); in getImpl()
610 DEFINE_GETIMPL_LOOKUP(DIObjCProperty, (Name, File, Line, GetterName, in getImpl()
612 Metadata *Ops[] = {Name, File, GetterName, SetterName, Type}; in getImpl()
DDIBuilder.cpp314 StringRef GetterName, StringRef SetterName, in createObjCProperty() argument
316 return DIObjCProperty::get(VMContext, Name, File, LineNumber, GetterName, in createObjCProperty()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContextImpl.h1037 MDString *GetterName;
1043 MDString *GetterName, MDString *SetterName, unsigned Attributes,
1045 : Name(Name), File(File), Line(Line), GetterName(GetterName),
1049 GetterName(N->getRawGetterName()), SetterName(N->getRawSetterName()),
1054 Line == RHS->getLine() && GetterName == RHS->getRawGetterName() &&
1060 return hash_combine(Name, File, Line, GetterName, SetterName, Attributes,
DDebugInfoMetadata.cpp1224 MDString *GetterName, MDString *SetterName, unsigned Attributes, in getImpl() argument
1227 assert(isCanonical(GetterName) && "Expected canonical MDString"); in getImpl()
1229 DEFINE_GETIMPL_LOOKUP(DIObjCProperty, (Name, File, Line, GetterName, in getImpl()
1231 Metadata *Ops[] = {Name, File, GetterName, SetterName, Type}; in getImpl()
/external/llvm-project/llvm/lib/IR/
DLLVMContextImpl.h1120 MDString *GetterName;
1126 MDString *GetterName, MDString *SetterName, unsigned Attributes,
1128 : Name(Name), File(File), Line(Line), GetterName(GetterName),
1132 GetterName(N->getRawGetterName()), SetterName(N->getRawSetterName()),
1137 Line == RHS->getLine() && GetterName == RHS->getRawGetterName() &&
1143 return hash_combine(Name, File, Line, GetterName, SetterName, Attributes,
DDebugInfoMetadata.cpp1450 MDString *GetterName, MDString *SetterName, unsigned Attributes, in getImpl() argument
1453 assert(isCanonical(GetterName) && "Expected canonical MDString"); in getImpl()
1455 DEFINE_GETIMPL_LOOKUP(DIObjCProperty, (Name, File, Line, GetterName, 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()
858 const IdentifierInfo *getGetterName() const { return GetterName; } in getGetterName()
859 IdentifierInfo *getGetterName() { return GetterName; } in getGetterName()
860 void setGetterName(IdentifierInfo *name) { GetterName = name; } in setGetterName()
879 IdentifierInfo *GetterName; // getter name or NULL if no getter variable
/external/llvm/unittests/IR/
DMetadataTest.cpp1949 StringRef GetterName = "getter"; in TEST_F() local
1954 auto *N = DIObjCProperty::get(Context, Name, File, Line, GetterName, in TEST_F()
1961 EXPECT_EQ(GetterName, N->getGetterName()); in TEST_F()
1965 EXPECT_EQ(N, DIObjCProperty::get(Context, Name, File, Line, GetterName, in TEST_F()
1968 EXPECT_NE(N, DIObjCProperty::get(Context, "other", File, Line, GetterName, in TEST_F()
1970 EXPECT_NE(N, DIObjCProperty::get(Context, Name, getFile(), Line, GetterName, in TEST_F()
1972 EXPECT_NE(N, DIObjCProperty::get(Context, Name, File, Line + 1, GetterName, in TEST_F()
1976 EXPECT_NE(N, DIObjCProperty::get(Context, Name, File, Line, GetterName, in TEST_F()
1978 EXPECT_NE(N, DIObjCProperty::get(Context, Name, File, Line, GetterName, in TEST_F()
1980 EXPECT_NE(N, DIObjCProperty::get(Context, Name, File, Line, GetterName, in TEST_F()
/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h844 GetterName(nullptr), SetterName(nullptr) {} in ObjCDeclSpec()
889 const IdentifierInfo *getGetterName() const { return GetterName; } in getGetterName()
890 IdentifierInfo *getGetterName() { return GetterName; } in getGetterName()
893 GetterName = name; in setGetterName()
918 IdentifierInfo *GetterName; // getter name or NULL if no getter variable
/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h2176 StringRef GetterName, StringRef SetterName, unsigned Attributes,
2179 getCanonicalMDString(Context, GetterName),
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.h254 StringRef GetterName,
/external/llvm-project/llvm/unittests/IR/
DMetadataTest.cpp2871 StringRef GetterName = "getter"; in TEST_F() local
2876 auto *N = DIObjCProperty::get(Context, Name, File, Line, GetterName, in TEST_F()
2883 EXPECT_EQ(GetterName, N->getGetterName()); in TEST_F()
2887 EXPECT_EQ(N, DIObjCProperty::get(Context, Name, File, Line, GetterName, in TEST_F()
2890 EXPECT_NE(N, DIObjCProperty::get(Context, "other", File, Line, GetterName, in TEST_F()
2892 EXPECT_NE(N, DIObjCProperty::get(Context, Name, getFile(), Line, GetterName, in TEST_F()
2894 EXPECT_NE(N, DIObjCProperty::get(Context, Name, File, Line + 1, GetterName, in TEST_F()
2898 EXPECT_NE(N, DIObjCProperty::get(Context, Name, File, Line, GetterName, in TEST_F()
2900 EXPECT_NE(N, DIObjCProperty::get(Context, Name, File, Line, GetterName, in TEST_F()
2902 EXPECT_NE(N, DIObjCProperty::get(Context, Name, File, Line, GetterName, in TEST_F()
/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h772 Selector GetterName; variable
799 PropertyImplementation(propControl), GetterName(Selector()), in ObjCPropertyDecl()
904 Selector getGetterName() const { return GetterName; } in getGetterName()
908 GetterName = Sel;
/external/clang/include/clang/AST/
DDeclObjC.h741 Selector GetterName; // getter name of NULL if no getter variable
757 GetterName(Selector()), in ObjCPropertyDecl()
854 Selector getGetterName() const { return GetterName; } in getGetterName()
855 void setGetterName(Selector Sel) { GetterName = Sel; } in setGetterName()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h2929 StringRef GetterName, StringRef SetterName, unsigned Attributes,
2932 getCanonicalMDString(Context, GetterName),
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.h356 StringRef GetterName,
/external/llvm-project/llvm/include/llvm/IR/
DDebugInfoMetadata.h3175 StringRef GetterName, StringRef SetterName, unsigned Attributes,
3178 getCanonicalMDString(Context, GetterName),
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,
DDIBuilder.h366 StringRef GetterName,
/external/clang/lib/Sema/
DSemaPseudoObject.cpp1471 UnqualifiedId GetterName; in buildGet() local
1473 GetterName.setIdentifier(II, RefExpr->getMemberLoc()); in buildGet()
1479 SourceLocation(), GetterName, nullptr); in buildGet()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp937 StringRef GetterName = Property->getGetterName(); in constructTypeDIE() local
938 if (!GetterName.empty()) in constructTypeDIE()
939 addString(ElemDie, dwarf::DW_AT_APPLE_property_getter, GetterName); in constructTypeDIE()
/external/llvm-project/clang/lib/Sema/
DSemaPseudoObject.cpp1470 UnqualifiedId GetterName; in buildGet() local
1472 GetterName.setIdentifier(II, RefExpr->getMemberLoc()); in buildGet()
1478 SourceLocation(), GetterName, nullptr); in buildGet()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DDebugInfo.h820 const char *GetterName, size_t GetterNameLen,
/external/llvm-project/llvm/include/llvm-c/
DDebugInfo.h827 const char *GetterName, size_t GetterNameLen,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp949 StringRef GetterName = Property->getGetterName(); in constructTypeDIE() local
950 if (!GetterName.empty()) in constructTypeDIE()
951 addString(ElemDie, dwarf::DW_AT_APPLE_property_getter, GetterName); in constructTypeDIE()

12