| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeLoc.h | 784 return getNumProtocols() ? in getProtocolLAngleLoc() 794 return getNumProtocols() ? in getProtocolRAngleLoc() 803 unsigned getNumProtocols() const { in getNumProtocols() function 804 return this->getTypePtr()->getNumProtocols(); in getNumProtocols() 808 assert(i < getNumProtocols() && "Index is out of bounds!"); in getProtocolLoc() 813 assert(i < getNumProtocols() && "Index is out of bounds!"); in setProtocolLoc() 818 assert(i < getNumProtocols() && "Index is out of bounds!"); in getProtocol() 829 if (!this->getNumProtocols()) return 0; in getExtraLocalDataSize() 1008 unsigned getNumProtocols() const { in getNumProtocols() function 1009 return this->getTypePtr()->getNumProtocols(); in getNumProtocols() [all …]
|
| H A D | CanonicalType.h | 593 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(unsigned, getNumProtocols) 612 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(unsigned, getNumProtocols)
|
| H A D | Type.h | 6114 assert(getNumProtocols() == protocols.size() && 6127 qual_iterator qual_end() const { return qual_begin() + getNumProtocols(); } 6129 bool qual_empty() const { return getNumProtocols() == 0; } 6133 unsigned getNumProtocols() const { 6139 assert(I < getNumProtocols() && "Out-of-range protocol access"); 6145 return ArrayRef<ObjCProtocolDecl *>(qual_begin(), getNumProtocols()); 6455 getNumProtocols, 6613 unsigned getNumProtocols() const { 6614 return getObjectType()->getNumProtocols();
|
| H A D | RecursiveASTVisitor.h | 1418 for (unsigned I = 0, N = TL.getNumProtocols(); I != N; ++I) { 1433 for (unsigned I = 0, N = TL.getNumProtocols(); I != N; ++I) {
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | TypeLoc.cpp | 482 if (!getNumProtocols()) return; in initializeLocal() 486 for (unsigned i = 0, e = getNumProtocols(); i != e; ++i) in initializeLocal() 502 for (unsigned i = 0, e = getNumProtocols(); i != e; ++i) in initializeLocal()
|
| H A D | ASTStructuralEquivalence.cpp | 1310 if (Obj1->getNumProtocols() != Obj2->getNumProtocols()) in IsStructurallyEquivalent() 1312 for (unsigned I = 0, N = Obj1->getNumProtocols(); I != N; ++I) { in IsStructurallyEquivalent() 1326 if (Obj1->getNumProtocols() != Obj2->getNumProtocols()) in IsStructurallyEquivalent() 1328 for (unsigned I = 0, N = Obj1->getNumProtocols(); I != N; ++I) { in IsStructurallyEquivalent()
|
| H A D | Type.cpp | 1246 llvm::ArrayRef(T->qual_begin(), T->getNumProtocols()), in VisitObjCObjectType() 1427 objcObjectType->qual_begin(), objcObjectType->getNumProtocols()); in VisitObjCObjectType() 1443 objcObjectType->qual_begin(), objcObjectType->getNumProtocols()); in VisitObjCObjectType() 1759 if (T->getNumProtocols() && T->getInterface()) in getAsObjCQualifiedInterfaceType() 4151 llvm::ArrayRef(qual_begin(), getNumProtocols()), in Profile() 4168 llvm::ArrayRef(qual_begin(), getNumProtocols())); in Profile()
|
| H A D | ASTDiagnostic.cpp | 231 llvm::ArrayRef(Ty->qual_begin(), Ty->getNumProtocols()), in desugarForDiagnostic()
|
| H A D | ASTContext.cpp | 10173 if (LHS->getNumProtocols() > 0) { in canAssignObjCInterfaces()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexTypeSourceInfo.cpp | 140 for (unsigned i = 0, e = TL.getNumProtocols(); i != e; ++i) { in VisitObjCObjectTypeLoc()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 1211 if (OTPTL.getNumProtocols() > 0) { in actOnObjCTypeArgsAndProtocolQualifiers() 1212 assert(OTPTL.getNumProtocols() == Protocols.size()); in actOnObjCTypeArgsAndProtocolQualifiers() 1238 if (ObjCObjectTL.getNumProtocols() > 0) { in actOnObjCTypeArgsAndProtocolQualifiers() 1239 assert(ObjCObjectTL.getNumProtocols() == Protocols.size()); in actOnObjCTypeArgsAndProtocolQualifiers()
|
| H A D | TreeTransform.h | 7351 llvm::ArrayRef(TL.getTypePtr()->qual_begin(), TL.getNumProtocols()), in TransformObjCTypeParamType() 7358 if (TL.getNumProtocols()) { in TransformObjCTypeParamType() 7360 for (unsigned i = 0, n = TL.getNumProtocols(); i != n; ++i) in TransformObjCTypeParamType() 7472 llvm::ArrayRef(TL.getTypePtr()->qual_begin(), TL.getNumProtocols()), in TransformObjCObjectType() 7486 for (unsigned i = 0, n = TL.getNumProtocols(); i != n; ++i) in TransformObjCObjectType()
|
| H A D | SemaDeclObjC.cpp | 1138 ProtocolLocs.append(OPT->getNumProtocols(), SuperLoc); in ActOnTypedefedProtocols()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 440 if (TL.getNumProtocols()) { in VisitObjCTypeParamTypeLoc() 444 for (unsigned i = 0, e = TL.getNumProtocols(); i != e; ++i) in VisitObjCTypeParamTypeLoc() 596 for (unsigned i = 0, e = TL.getNumProtocols(); i != e; ++i) in VisitObjCObjectTypeLoc()
|
| H A D | ASTReader.cpp | 7067 if (TL.getNumProtocols()) { in VisitObjCTypeParamTypeLoc() 7071 for (unsigned i = 0, e = TL.getNumProtocols(); i != e; ++i) in VisitObjCTypeParamTypeLoc() 7083 for (unsigned i = 0, e = TL.getNumProtocols(); i != e; ++i) in VisitObjCObjectTypeLoc()
|