| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 342 case Decl::ObjCInterface: in getDefinitiveDeclContext() 384 case Decl::ObjCInterface: in isRedeclarableDeclKind()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | TypeBitCodes.def | 32 TYPE_BIT_CODE(ObjCInterface, OBJC_INTERFACE, 21)
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/ |
| H A D | SymbolGraphSerializer.cpp | 1090 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 D | TypeSystemClang.cpp | 2607 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 D | DeclNodes.td | 86 def ObjCInterface : DeclNode<ObjCContainer, "Objective-C interfaces">;
|
| H A D | Attr.td | 2335 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 D | ClangASTImporter.cpp | 387 case clang::Type::ObjCInterface: { in CanImport() 461 case clang::Type::ObjCInterface: { in Import()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 284 case Decl::ObjCInterface: { in FindPropertyDeclaration() 1573 : ObjCContainerDecl(ObjCInterface, DC, Id, CLoc, AtLoc), in ObjCInterfaceDecl() 1900 case ObjCInterface: in getContainingInterface()
|
| H A D | Type.cpp | 1250 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 D | DeclBase.cpp | 855 case ObjCInterface: in getIdentifierNamespaceForKind() 1386 case Decl::ObjCInterface: in getPrimaryContext()
|
| H A D | ASTContext.cpp | 2249 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 D | TypePrinter.cpp | 244 case Type::ObjCInterface: in canPrefixQualifiers()
|
| H A D | ASTStructuralEquivalence.cpp | 1295 case Type::ObjCInterface: { in IsStructurallyEquivalent()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 190 case Decl::ObjCInterface: in getSymbolInfo()
|
| H A D | USRGeneration.cpp | 433 case Decl::ObjCInterface: in VisitObjCContainerDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenTypes.cpp | 632 case Type::ObjCInterface: { in ConvertType()
|
| H A D | CodeGenFunction.cpp | 264 case Type::ObjCInterface: in getEvaluationKind() 2308 case Type::ObjCInterface: in EmitVariablyModifiedType()
|
| H A D | ItaniumCXXABI.cpp | 3646 case Type::ObjCInterface: in BuildVTablePointer() 3902 case Type::ObjCInterface: in BuildTypeInfo()
|
| H A D | CGDecl.cpp | 82 case Decl::ObjCInterface: in EmitDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclBase.h | 2120 case Decl::ObjCInterface:
|
| H A D | Type.h | 6273 : Type(ObjCInterface, QualType(), TypeDependence::None), 6370 T->getTypeClass() == ObjCInterface; 6444 return T->getTypeClass() == ObjCInterface;
|
| H A D | DeclObjC.h | 1921 static bool classofKind(Kind K) { return K == ObjCInterface; } in classofKind()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 1655 case Type::ObjCInterface: in DeduceTemplateArgumentsByTypeMatch() 6456 case Type::ObjCInterface: in MarkUsedTemplateParameters()
|
| H A D | SemaCodeComplete.cpp | 922 case Type::ObjCInterface: in getSimplifiedTypeClass() 1628 case Type::ObjCInterface: in isObjCReceiverType() 4084 case Decl::ObjCInterface: in getCursorKindForDecl()
|
| H A D | SemaLookup.cpp | 3233 case Type::ObjCInterface: in addAssociatedClassesAndNamespaces()
|