/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | API.h | 984 StringRef GetterName; member 993 StringRef GetterName, StringRef SetterName, in ObjCPropertyRecord() 998 Attributes(Attributes), GetterName(GetterName), SetterName(SetterName), in ObjCPropertyRecord() 1012 AttributeKind Attributes, StringRef GetterName, StringRef SetterName, in ObjCInstancePropertyRecord() 1016 SubHeading, Attributes, GetterName, SetterName, in ObjCInstancePropertyRecord() 1034 AttributeKind Attributes, StringRef GetterName, in ObjCClassPropertyRecord() 1039 SubHeading, Attributes, GetterName, SetterName, in ObjCClassPropertyRecord()
|
H A D | ExtractAPIVisitor.h | 1392 auto GetterName = Property->getGetterName().getAsString(); in recordObjCProperties() local 1407 GetterName, SetterName, Property->isOptional(), in recordObjCProperties() 1415 GetterName, SetterName, Property->isOptional(), in recordObjCProperties()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | LLVMContextImpl.h | 1220 MDString *GetterName; 1226 MDString *GetterName, MDString *SetterName, unsigned Attributes, 1228 : Name(Name), File(File), Line(Line), GetterName(GetterName), 1232 GetterName(N->getRawGetterName()), SetterName(N->getRawSetterName()), 1237 Line == RHS->getLine() && GetterName == RHS->getRawGetterName() && 1243 return hash_combine(Name, File, Line, GetterName, SetterName, Attributes,
|
H A D | DebugInfoMetadata.cpp | 2269 MDString *GetterName, MDString *SetterName, unsigned Attributes, in getImpl() argument 2272 assert(isCanonical(GetterName) && "Expected canonical MDString"); in getImpl() 2274 DEFINE_GETIMPL_LOOKUP(DIObjCProperty, (Name, File, Line, GetterName, in getImpl() 2276 Metadata *Ops[] = {Name, File, GetterName, SetterName, Type}; in getImpl()
|
H A D | DIBuilder.cpp | 455 StringRef GetterName, StringRef SetterName, in createObjCProperty() argument 457 return DIObjCProperty::get(VMContext, Name, File, LineNumber, GetterName, in createObjCProperty()
|
H A D | DebugInfo.cpp | 1408 const char *GetterName, size_t GetterNameLen, in LLVMDIBuilderCreateObjCProperty() argument 1414 {GetterName, GetterNameLen}, {SetterName, SetterNameLen}, in LLVMDIBuilderCreateObjCProperty()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 919 GetterName(nullptr), SetterName(nullptr) {} in ObjCDeclSpec() 964 const IdentifierInfo *getGetterName() const { return GetterName; } in getGetterName() 965 IdentifierInfo *getGetterName() { return GetterName; } in getGetterName() 968 GetterName = name; in setGetterName() 993 IdentifierInfo *GetterName; // getter name or NULL if no getter variable
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaPseudoObject.cpp | 1393 UnqualifiedId GetterName; in buildGet() local 1395 GetterName.setIdentifier(II, RefExpr->getMemberLoc()); in buildGet() 1401 SourceLocation(), GetterName, nullptr); in buildGet()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 3590 StringRef GetterName, StringRef SetterName, unsigned Attributes, 3593 getCanonicalMDString(Context, GetterName), 3599 MDString *GetterName, MDString *SetterName, 3612 StringRef GetterName, StringRef SetterName, 3614 (Name, File, Line, GetterName, SetterName, Attributes, 3618 MDString *GetterName, MDString *SetterName, 3620 (Name, File, Line, GetterName, SetterName, Attributes,
|
H A D | DIBuilder.h | 448 StringRef GetterName,
|
/freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
H A D | DebugInfo.h | 866 const char *GetterName, size_t GetterNameLen,
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclObjC.h | 756 Selector GetterName; 884 Selector getGetterName() const { return GetterName; } in getGetterName() 888 GetterName = Sel;
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 982 StringRef GetterName = Property->getGetterName(); in constructTypeDIE() local 983 if (!GetterName.empty()) in constructTypeDIE() 984 addString(ElemDie, dwarf::DW_AT_APPLE_property_getter, GetterName); in constructTypeDIE()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 1478 DeclarationName GetterName = Record.readDeclarationName(); in VisitObjCPropertyDecl() local 1480 D->setGetterName(GetterName.getObjCSelector(), GetterLoc); in VisitObjCPropertyDecl()
|