Searched refs:getNumProtocols (Results 1 – 15 of 15) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | TypeLoc.h | 790 return getNumProtocols() ? in getProtocolLAngleLoc() 800 return getNumProtocols() ? in getProtocolRAngleLoc() 809 unsigned getNumProtocols() const { in getNumProtocols() function 810 return this->getTypePtr()->getNumProtocols(); in getNumProtocols() 814 assert(i < getNumProtocols() && "Index is out of bounds!"); in getProtocolLoc() 819 assert(i < getNumProtocols() && "Index is out of bounds!"); in setProtocolLoc() 824 assert(i < getNumProtocols() && "Index is out of bounds!"); in getProtocol() 829 return llvm::ArrayRef(getProtocolLocArray(), getNumProtocols()); in getProtocolLocs() 835 if (!this->getNumProtocols()) return 0; in getExtraLocalDataSize() 838 return (this->getNumProtocols() + 2) * sizeof(SourceLocation) ; in getExtraLocalDataSize() [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 | 7028 assert(getNumProtocols() == protocols.size() && 7041 qual_iterator qual_end() const { return qual_begin() + getNumProtocols(); } 7043 bool qual_empty() const { return getNumProtocols() == 0; } 7047 unsigned getNumProtocols() const { 7053 assert(I < getNumProtocols() && "Out-of-range protocol access"); 7059 return ArrayRef<ObjCProtocolDecl *>(qual_begin(), getNumProtocols()); 7369 getNumProtocols, 7527 unsigned getNumProtocols() const { 7528 return getObjectType()->getNumProtocols();
|
H A D | RecursiveASTVisitor.h | 1473 for (unsigned I = 0, N = TL.getNumProtocols(); I != N; ++I) { 1488 for (unsigned I = 0, N = TL.getNumProtocols(); I != N; ++I) {
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | TypeLoc.cpp | 485 if (!getNumProtocols()) return; in initializeLocal() 489 for (unsigned i = 0, e = getNumProtocols(); i != e; ++i) in initializeLocal() 505 for (unsigned i = 0, e = getNumProtocols(); i != e; ++i) in initializeLocal()
|
H A D | ASTStructuralEquivalence.cpp | 1338 if (Obj1->getNumProtocols() != Obj2->getNumProtocols()) in IsStructurallyEquivalent() 1340 for (unsigned I = 0, N = Obj1->getNumProtocols(); I != N; ++I) { in IsStructurallyEquivalent() 1354 if (Obj1->getNumProtocols() != Obj2->getNumProtocols()) in IsStructurallyEquivalent() 1356 for (unsigned I = 0, N = Obj1->getNumProtocols(); I != N; ++I) { in IsStructurallyEquivalent()
|
H A D | Type.cpp | 1308 llvm::ArrayRef(T->qual_begin(), T->getNumProtocols()), in VisitObjCObjectType() 1489 objcObjectType->qual_begin(), objcObjectType->getNumProtocols()); in VisitObjCObjectType() 1505 objcObjectType->qual_begin(), objcObjectType->getNumProtocols()); in VisitObjCObjectType() 1822 if (T->getNumProtocols() && T->getInterface()) in getAsObjCQualifiedInterfaceType() 4381 llvm::ArrayRef(qual_begin(), getNumProtocols()), in Profile() 4398 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 | 10623 if (LHS->getNumProtocols() > 0) { in canAssignObjCInterfaces()
|
/freebsd/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/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaObjC.cpp | 435 if (OTPTL.getNumProtocols() > 0) { in actOnObjCTypeArgsAndProtocolQualifiers() 436 assert(OTPTL.getNumProtocols() == Protocols.size()); in actOnObjCTypeArgsAndProtocolQualifiers() 462 if (ObjCObjectTL.getNumProtocols() > 0) { in actOnObjCTypeArgsAndProtocolQualifiers() 463 assert(ObjCObjectTL.getNumProtocols() == Protocols.size()); in actOnObjCTypeArgsAndProtocolQualifiers()
|
H A D | TreeTransform.h | 7635 llvm::ArrayRef(TL.getTypePtr()->qual_begin(), TL.getNumProtocols()), in TransformObjCTypeParamType() 7642 if (TL.getNumProtocols()) { in TransformObjCTypeParamType() 7644 for (unsigned i = 0, n = TL.getNumProtocols(); i != n; ++i) in TransformObjCTypeParamType() 7756 llvm::ArrayRef(TL.getTypePtr()->qual_begin(), TL.getNumProtocols()), in TransformObjCObjectType() 7770 for (unsigned i = 0, n = TL.getNumProtocols(); i != n; ++i) in TransformObjCObjectType()
|
H A D | SemaDeclObjC.cpp | 1135 ProtocolLocs.append(OPT->getNumProtocols(), SuperLoc); in ActOnTypedefedProtocols()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 477 if (TL.getNumProtocols()) { in VisitObjCTypeParamTypeLoc() 481 for (unsigned i = 0, e = TL.getNumProtocols(); i != e; ++i) in VisitObjCTypeParamTypeLoc() 641 for (unsigned i = 0, e = TL.getNumProtocols(); i != e; ++i) in VisitObjCObjectTypeLoc()
|
H A D | ASTReader.cpp | 7080 if (TL.getNumProtocols()) { in VisitObjCTypeParamTypeLoc() 7084 for (unsigned i = 0, e = TL.getNumProtocols(); i != e; ++i) in VisitObjCTypeParamTypeLoc() 7096 for (unsigned i = 0, e = TL.getNumProtocols(); i != e; ++i) in VisitObjCObjectTypeLoc()
|