Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h1011 StringRef GetterName; member
1020 StringRef GetterName, StringRef SetterName, in ObjCPropertyRecord()
1025 Attributes(Attributes), GetterName(GetterName), SetterName(SetterName), in ObjCPropertyRecord()
1039 AttributeKind Attributes, StringRef GetterName, StringRef SetterName, in ObjCInstancePropertyRecord()
1043 SubHeading, Attributes, GetterName, SetterName, in ObjCInstancePropertyRecord()
1061 AttributeKind Attributes, StringRef GetterName, in ObjCClassPropertyRecord()
1066 SubHeading, Attributes, GetterName, SetterName, in ObjCClassPropertyRecord()
H A DExtractAPIVisitor.h1457 auto GetterName = Property->getGetterName().getAsString(); in recordObjCProperties() local
1472 GetterName, SetterName, Property->isOptional(), in recordObjCProperties()
1480 GetterName, SetterName, Property->isOptional(), in recordObjCProperties()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h1399 MDString *GetterName;
1405 MDString *GetterName, MDString *SetterName, unsigned Attributes,
1407 : Name(Name), File(File), Line(Line), GetterName(GetterName),
1411 GetterName(N->getRawGetterName()), SetterName(N->getRawSetterName()),
1416 Line == RHS->getLine() && GetterName == RHS->getRawGetterName() &&
1422 return hash_combine(Name, File, Line, GetterName, SetterName, Attributes,
H A DDebugInfoMetadata.cpp2547 MDString *GetterName, MDString *SetterName, unsigned Attributes, in getImpl() argument
2550 assert(isCanonical(GetterName) && "Expected canonical MDString"); in getImpl()
2552 DEFINE_GETIMPL_LOOKUP(DIObjCProperty, (Name, File, Line, GetterName, in getImpl()
2554 Metadata *Ops[] = {Name, File, GetterName, SetterName, Type}; in getImpl()
H A DDIBuilder.cpp527 StringRef GetterName, StringRef SetterName, in createObjCProperty() argument
529 return DIObjCProperty::get(VMContext, Name, File, LineNumber, GetterName, in createObjCProperty()
H A DDebugInfo.cpp1502 const char *GetterName, size_t GetterNameLen, in LLVMDIBuilderCreateObjCProperty() argument
1508 {GetterName, GetterNameLen}, {SetterName, SetterNameLen}, in LLVMDIBuilderCreateObjCProperty()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h921 GetterName(nullptr), SetterName(nullptr) {} in ObjCDeclSpec()
966 const IdentifierInfo *getGetterName() const { return GetterName; } in getGetterName()
967 IdentifierInfo *getGetterName() { return GetterName; } in getGetterName()
970 GetterName = name; in setGetterName()
995 IdentifierInfo *GetterName; // getter name or NULL if no getter variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp1391 UnqualifiedId GetterName; in buildGet() local
1393 GetterName.setIdentifier(II, RefExpr->getMemberLoc()); in buildGet()
1399 SourceLocation(), GetterName, nullptr); in buildGet()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h4205 StringRef GetterName, StringRef SetterName, unsigned Attributes,
4208 getCanonicalMDString(Context, GetterName),
4214 MDString *GetterName, MDString *SetterName, unsigned Attributes,
4226 StringRef GetterName, StringRef SetterName,
4228 (Name, File, Line, GetterName, SetterName, Attributes,
4232 MDString *GetterName, MDString *SetterName,
4234 (Name, File, Line, GetterName, SetterName, Attributes,
H A DDIBuilder.h519 StringRef GetterName, StringRef SetterName,
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h754 Selector GetterName;
882 Selector getGetterName() const { return GetterName; } in getGetterName()
886 GetterName = Sel;
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DDebugInfo.h929 LLVMMetadataRef File, unsigned LineNo, const char *GetterName,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1105 StringRef GetterName = Property->getGetterName(); in constructTypeDIE() local
1106 if (!GetterName.empty()) in constructTypeDIE()
1107 addString(ElemDie, dwarf::DW_AT_APPLE_property_getter, GetterName); in constructTypeDIE()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1483 DeclarationName GetterName = Record.readDeclarationName(); in VisitObjCPropertyDecl() local
1485 D->setGetterName(GetterName.getObjCSelector(), GetterLoc); in VisitObjCPropertyDecl()