| /freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
| H A D | API.h | 1011 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 D | ExtractAPIVisitor.h | 1457 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 D | LLVMContextImpl.h | 1399 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 D | DebugInfoMetadata.cpp | 2547 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 D | DIBuilder.cpp | 527 StringRef GetterName, StringRef SetterName, in createObjCProperty() argument 529 return DIObjCProperty::get(VMContext, Name, File, LineNumber, GetterName, in createObjCProperty()
|
| H A D | DebugInfo.cpp | 1502 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 D | DeclSpec.h | 921 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 D | SemaPseudoObject.cpp | 1391 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 D | DebugInfoMetadata.h | 4205 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 D | DIBuilder.h | 519 StringRef GetterName, StringRef SetterName,
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 754 Selector GetterName; 882 Selector getGetterName() const { return GetterName; } in getGetterName() 886 GetterName = Sel;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | DebugInfo.h | 929 LLVMMetadataRef File, unsigned LineNo, const char *GetterName,
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 1105 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 D | ASTReaderDecl.cpp | 1483 DeclarationName GetterName = Record.readDeclarationName(); in VisitObjCPropertyDecl() local 1485 D->setGetterName(GetterName.getObjCSelector(), GetterLoc); in VisitObjCPropertyDecl()
|