Home
last modified time | relevance | path

Searched refs:ObjCInterface (Results 1 – 25 of 32) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp342 case Decl::ObjCInterface: in getDefinitiveDeclContext()
384 case Decl::ObjCInterface: in isRedeclarableDeclKind()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DTypeBitCodes.def32 TYPE_BIT_CODE(ObjCInterface, OBJC_INTERFACE, 21)
/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp1090 if (auto *ObjCInterface = dyn_cast<ObjCInterfaceRecord>(&Record)) { in visitObjCContainerRecord() local
1091 if (!ObjCInterface->SuperClass.empty()) in visitObjCContainerRecord()
1095 ObjCInterface->SuperClass); in visitObjCContainerRecord()
1099 for (const auto *Category : ObjCInterface->Categories) { in visitObjCContainerRecord()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2607 case clang::Type::ObjCInterface: in GetDeclContextForType()
2779 case clang::Type::ObjCInterface: in IsAggregateType()
3933 case clang::Type::ObjCInterface: in GetTypeInfo()
4130 case clang::Type::ObjCInterface: in GetTypeClass()
5027 case clang::Type::ObjCInterface: in GetEncoding()
5183 case clang::Type::ObjCInterface: in GetFormat()
5319 case clang::Type::ObjCInterface: in GetNumChildren()
5550 case clang::Type::ObjCInterface: in GetNumFields()
5703 case clang::Type::ObjCInterface: in GetFieldAtIndex()
5758 case clang::Type::ObjCInterface: in GetNumDirectBaseClasses()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDeclNodes.td86 def ObjCInterface : DeclNode<ObjCContainer, "Objective-C interfaces">;
H A DAttr.td2335 let Subjects = SubjectList<[ObjCInterface], ErrorDiag>;
2380 let Subjects = SubjectList<[ObjCInterface], ErrorDiag>;
2387 let Subjects = SubjectList<[ObjCInterface, ObjCImpl], ErrorDiag>;
2395 let Subjects = SubjectList<[ObjCInterface], ErrorDiag>;
2436 let Subjects = SubjectList<[ObjCInterface, ObjCProtocol], ErrorDiag>;
2443 let Subjects = SubjectList<[ObjCInterface], ErrorDiag>;
2450 let Subjects = SubjectList<[ObjCInterface], ErrorDiag>;
2643 let Subjects = SubjectList<[ObjCInterface], ErrorDiag>;
3127 let Subjects = SubjectList<[ObjCInterface], ErrorDiag>;
3146 let Subjects = SubjectList<[ObjCInterface], ErrorDiag>;
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp387 case clang::Type::ObjCInterface: { in CanImport()
461 case clang::Type::ObjCInterface: { in Import()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp284 case Decl::ObjCInterface: { in FindPropertyDeclaration()
1573 : ObjCContainerDecl(ObjCInterface, DC, Id, CLoc, AtLoc), in ObjCInterfaceDecl()
1900 case ObjCInterface: in getContainingInterface()
H A DType.cpp1250 TRIVIAL_TYPE_CLASS(ObjCInterface) in TRIVIAL_TYPE_CLASS()
2359 case ObjCInterface: { in isIncompleteType()
3039 case ObjCInterface: in isSpecifierType()
4327 case Type::ObjCInterface: { in computeCachedProperties()
4416 case Type::ObjCInterface: in computeTypeLinkageInfo()
4588 case Type::ObjCInterface: in canHaveNullability()
H A DDeclBase.cpp855 case ObjCInterface: in getIdentifierNamespaceForKind()
1386 case Decl::ObjCInterface: in getPrimaryContext()
H A DASTContext.cpp2249 case Type::ObjCInterface: { in getTypeInfoImpl()
3587 case Type::ObjCInterface: in getVariableArrayDecayedType()
8410 case Type::ObjCInterface: { in getObjCEncodingForTypeImpl()
10601 if (LHSClass == Type::ObjCInterface) LHSClass = Type::ObjCObject; in mergeTypes()
10602 if (RHSClass == Type::ObjCInterface) RHSClass = Type::ObjCObject; in mergeTypes()
10655 case Type::ObjCInterface: in mergeTypes()
12690 SUGAR_FREE_TYPE(ObjCInterface) in getCommonNonSugarTypeNode()
13010 CANONICAL_TYPE(ObjCInterface) in getCommonSugarTypeNode()
H A DTypePrinter.cpp244 case Type::ObjCInterface: in canPrefixQualifiers()
H A DASTStructuralEquivalence.cpp1295 case Type::ObjCInterface: { in IsStructurallyEquivalent()
/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp190 case Decl::ObjCInterface: in getSymbolInfo()
H A DUSRGeneration.cpp433 case Decl::ObjCInterface: in VisitObjCContainerDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp632 case Type::ObjCInterface: { in ConvertType()
H A DCodeGenFunction.cpp264 case Type::ObjCInterface: in getEvaluationKind()
2308 case Type::ObjCInterface: in EmitVariablyModifiedType()
H A DItaniumCXXABI.cpp3646 case Type::ObjCInterface: in BuildVTablePointer()
3902 case Type::ObjCInterface: in BuildTypeInfo()
H A DCGDecl.cpp82 case Decl::ObjCInterface: in EmitDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h2120 case Decl::ObjCInterface:
H A DType.h6273 : Type(ObjCInterface, QualType(), TypeDependence::None),
6370 T->getTypeClass() == ObjCInterface;
6444 return T->getTypeClass() == ObjCInterface;
H A DDeclObjC.h1921 static bool classofKind(Kind K) { return K == ObjCInterface; } in classofKind()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1655 case Type::ObjCInterface: in DeduceTemplateArgumentsByTypeMatch()
6456 case Type::ObjCInterface: in MarkUsedTemplateParameters()
H A DSemaCodeComplete.cpp922 case Type::ObjCInterface: in getSimplifiedTypeClass()
1628 case Type::ObjCInterface: in isObjCReceiverType()
4084 case Decl::ObjCInterface: in getCursorKindForDecl()
H A DSemaLookup.cpp3233 case Type::ObjCInterface: in addAssociatedClassesAndNamespaces()

12