Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp718 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 DASTCommon.cpp337 case Decl::ObjCInterface: in getDefinitiveDeclContext()
379 case Decl::ObjCInterface: in isRedeclarableDeclKind()
/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DTypeBitCodes.def32 TYPE_BIT_CODE(ObjCInterface, OBJC_INTERFACE, 21)
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDeclNodes.td86 def ObjCInterface : DeclNode<ObjCContainer, "Objective-C interfaces">;
H A DAttr.td502 [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 DTypeSystemClang.cpp2675 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 DCXType.cpp103 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 DClangASTImporter.cpp387 case clang::Type::ObjCInterface: { in CanImport()
461 case clang::Type::ObjCInterface: { in Import()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DType.cpp1228 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 DDeclObjC.cpp284 case Decl::ObjCInterface: { in FindPropertyDeclaration()
1573 : ObjCContainerDecl(ObjCInterface, DC, Id, CLoc, AtLoc), in ObjCInterfaceDecl()
1900 case ObjCInterface: in getContainingInterface()
H A DDeclBase.cpp782 case ObjCInterface: in getIdentifierNamespaceForKind()
1295 case Decl::ObjCInterface: in getPrimaryContext()
H A DASTContext.cpp2302 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 DASTStructuralEquivalence.cpp1208 case Type::ObjCInterface: { in IsStructurallyEquivalent()
H A DTypePrinter.cpp244 case Type::ObjCInterface: in canPrefixQualifiers()
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DIndexSymbol.cpp189 case Decl::ObjCInterface: in getSymbolInfo()
H A DUSRGeneration.cpp426 case Decl::ObjCInterface: in VisitObjCContainerDecl()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenTypes.cpp735 case Type::ObjCInterface: { in ConvertType()
H A DCodeGenFunction.cpp263 case Type::ObjCInterface: in getEvaluationKind()
2244 case Type::ObjCInterface: in EmitVariablyModifiedType()
H A DItaniumCXXABI.cpp3572 case Type::ObjCInterface: in BuildVTablePointer()
3826 case Type::ObjCInterface: in BuildTypeInfo()
H A DCGDecl.cpp82 case Decl::ObjCInterface: in EmitDecl()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclBase.h1971 case Decl::ObjCInterface:
H A DType.h6073 : Type(ObjCInterface, QualType(), TypeDependence::None),
6170 T->getTypeClass() == ObjCInterface;
6244 return T->getTypeClass() == ObjCInterface;
H A DDeclObjC.h1913 static bool classofKind(Kind K) { return K == ObjCInterface; } in classofKind()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1627 case Type::ObjCInterface: in DeduceTemplateArgumentsByTypeMatch()
6188 case Type::ObjCInterface: in MarkUsedTemplateParameters()
H A DSemaCodeComplete.cpp901 case Type::ObjCInterface: in getSimplifiedTypeClass()
1569 case Type::ObjCInterface: in isObjCReceiverType()
4007 case Decl::ObjCInterface: in getCursorKindForDecl()

12