| /openbsd-src/gnu/llvm/clang/lib/ExtractAPI/Serialization/ |
| H A D | SymbolGraphSerializer.cpp | 718 if (auto *ObjCInterface = dyn_cast<ObjCInterfaceRecord>(&Record)) { in serializeObjCContainerRecord() local 719 if (!ObjCInterface->SuperClass.empty()) in serializeObjCContainerRecord() 723 ObjCInterface->SuperClass); in serializeObjCContainerRecord() 727 for (const auto *Category : ObjCInterface->Categories) { in serializeObjCContainerRecord() 826 for (const auto &ObjCInterface : API.getObjCInterfaces()) in serialize() local 827 serializeObjCContainerRecord(*ObjCInterface.second); in serialize()
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 337 case Decl::ObjCInterface: in getDefinitiveDeclContext() 379 case Decl::ObjCInterface: in isRedeclarableDeclKind()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Serialization/ |
| H A D | TypeBitCodes.def | 32 TYPE_BIT_CODE(ObjCInterface, OBJC_INTERFACE, 21)
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | DeclNodes.td | 86 def ObjCInterface : DeclNode<ObjCContainer, "Objective-C interfaces">;
|
| H A D | Attr.td | 502 [ObjCInterface]> { 2193 let Subjects = SubjectList<[ObjCInterface], ErrorDiag>; 2238 let Subjects = SubjectList<[ObjCInterface], ErrorDiag>; 2245 let Subjects = SubjectList<[ObjCInterface, ObjCImpl], ErrorDiag>; 2253 let Subjects = SubjectList<[ObjCInterface], ErrorDiag>; 2279 let Subjects = SubjectList<[ObjCImpl, ObjCInterface, ObjCCategory], ErrorDiag>; 2294 let Subjects = SubjectList<[ObjCInterface, ObjCProtocol], ErrorDiag>; 2301 let Subjects = SubjectList<[ObjCInterface], ErrorDiag>; 2308 let Subjects = SubjectList<[ObjCInterface], ErrorDiag>; 2423 let Subjects = SubjectList<[Tag, TypedefName, ObjCInterface, ObjCProtocol], [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 2675 case clang::Type::ObjCInterface: in GetDeclContextForType() 2768 case clang::Type::ObjCInterface: { in GetCompleteQualType() 2847 case clang::Type::ObjCInterface: in IsAggregateType() 3685 case clang::Type::ObjCInterface: in IsPossibleDynamicType() 4008 case clang::Type::ObjCInterface: in GetTypeInfo() 4205 case clang::Type::ObjCInterface: in GetTypeClass() 4431 case clang::Type::ObjCInterface: in GetNumMemberFunctions() 4529 case clang::Type::ObjCInterface: in GetMemberFunctionAtIndex() 4592 case clang::Type::ObjCInterface: in GetPointerType() 4745 case clang::Type::ObjCInterface: in GetBitSize() [all …]
|
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CXType.cpp | 103 TKCASE(ObjCInterface); in GetTypeKind() 517 case Type::ObjCInterface: in clang_getTypeDeclaration() 611 TKIND(ObjCInterface); in clang_getTypeKindSpelling()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTImporter.cpp | 387 case clang::Type::ObjCInterface: { in CanImport() 461 case clang::Type::ObjCInterface: { in Import()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | Type.cpp | 1228 TRIVIAL_TYPE_CLASS(ObjCInterface) in TRIVIAL_TYPE_CLASS() 2318 case ObjCInterface: { in isIncompleteType() 2836 case ObjCInterface: in isSpecifierType() 4056 case Type::ObjCInterface: { in computeCachedProperties() 4145 case Type::ObjCInterface: in computeTypeLinkageInfo() 4315 case Type::ObjCInterface: in canHaveNullability()
|
| 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 | DeclBase.cpp | 782 case ObjCInterface: in getIdentifierNamespaceForKind() 1295 case Decl::ObjCInterface: in getPrimaryContext()
|
| H A D | ASTContext.cpp | 2302 case Type::ObjCInterface: { in getTypeInfoImpl() 3623 case Type::ObjCInterface: in getVariableArrayDecayedType() 8397 case Type::ObjCInterface: { in getObjCEncodingForTypeImpl() 10491 if (LHSClass == Type::ObjCInterface) LHSClass = Type::ObjCObject; in mergeTypes() 10492 if (RHSClass == Type::ObjCInterface) RHSClass = Type::ObjCObject; in mergeTypes() 10545 case Type::ObjCInterface: in mergeTypes() 12549 SUGAR_FREE_TYPE(ObjCInterface) in getCommonNonSugarTypeNode() 12860 CANONICAL_TYPE(ObjCInterface) in getCommonSugarTypeNode()
|
| H A D | ASTStructuralEquivalence.cpp | 1208 case Type::ObjCInterface: { in IsStructurallyEquivalent()
|
| H A D | TypePrinter.cpp | 244 case Type::ObjCInterface: in canPrefixQualifiers()
|
| /openbsd-src/gnu/llvm/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 189 case Decl::ObjCInterface: in getSymbolInfo()
|
| H A D | USRGeneration.cpp | 426 case Decl::ObjCInterface: in VisitObjCContainerDecl()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CodeGenTypes.cpp | 735 case Type::ObjCInterface: { in ConvertType()
|
| H A D | CodeGenFunction.cpp | 263 case Type::ObjCInterface: in getEvaluationKind() 2244 case Type::ObjCInterface: in EmitVariablyModifiedType()
|
| H A D | ItaniumCXXABI.cpp | 3572 case Type::ObjCInterface: in BuildVTablePointer() 3826 case Type::ObjCInterface: in BuildTypeInfo()
|
| H A D | CGDecl.cpp | 82 case Decl::ObjCInterface: in EmitDecl()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | DeclBase.h | 1971 case Decl::ObjCInterface:
|
| H A D | Type.h | 6073 : Type(ObjCInterface, QualType(), TypeDependence::None), 6170 T->getTypeClass() == ObjCInterface; 6244 return T->getTypeClass() == ObjCInterface;
|
| H A D | DeclObjC.h | 1913 static bool classofKind(Kind K) { return K == ObjCInterface; } in classofKind()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 1627 case Type::ObjCInterface: in DeduceTemplateArgumentsByTypeMatch() 6188 case Type::ObjCInterface: in MarkUsedTemplateParameters()
|
| H A D | SemaCodeComplete.cpp | 901 case Type::ObjCInterface: in getSimplifiedTypeClass() 1569 case Type::ObjCInterface: in isObjCReceiverType() 4007 case Decl::ObjCInterface: in getCursorKindForDecl()
|