| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | TypeLoc.h | 778 return getNumProtocols() ? in getProtocolLAngleLoc() 788 return getNumProtocols() ? in getProtocolRAngleLoc() 797 unsigned getNumProtocols() const { in getNumProtocols() function 798 return this->getTypePtr()->getNumProtocols(); in getNumProtocols() 802 assert(i < getNumProtocols() && "Index is out of bounds!"); in getProtocolLoc() 807 assert(i < getNumProtocols() && "Index is out of bounds!"); in setProtocolLoc() 812 assert(i < getNumProtocols() && "Index is out of bounds!"); in getProtocol() 817 return llvm::ArrayRef(getProtocolLocArray(), getNumProtocols()); in getProtocolLocs() 823 if (!this->getNumProtocols()) return 0; in getExtraLocalDataSize() 826 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 | 5914 assert(getNumProtocols() == protocols.size() && 5927 qual_iterator qual_end() const { return qual_begin() + getNumProtocols(); } 5929 bool qual_empty() const { return getNumProtocols() == 0; } 5933 unsigned getNumProtocols() const { 5939 assert(I < getNumProtocols() && "Out-of-range protocol access"); 5945 return ArrayRef<ObjCProtocolDecl *>(qual_begin(), getNumProtocols()); 6255 getNumProtocols, 6413 unsigned getNumProtocols() const { 6414 return getObjectType()->getNumProtocols();
|
| H A D | RecursiveASTVisitor.h | 1427 for (unsigned I = 0, N = TL.getNumProtocols(); I != N; ++I) { 1442 for (unsigned I = 0, N = TL.getNumProtocols(); I != N; ++I) {
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | TypeLoc.cpp | 479 if (!getNumProtocols()) return; in initializeLocal() 483 for (unsigned i = 0, e = getNumProtocols(); i != e; ++i) in initializeLocal() 499 for (unsigned i = 0, e = getNumProtocols(); i != e; ++i) in initializeLocal()
|
| H A D | ASTStructuralEquivalence.cpp | 1223 if (Obj1->getNumProtocols() != Obj2->getNumProtocols()) in IsStructurallyEquivalent() 1225 for (unsigned I = 0, N = Obj1->getNumProtocols(); I != N; ++I) { in IsStructurallyEquivalent() 1239 if (Obj1->getNumProtocols() != Obj2->getNumProtocols()) in IsStructurallyEquivalent() 1241 for (unsigned I = 0, N = Obj1->getNumProtocols(); I != N; ++I) { in IsStructurallyEquivalent()
|
| H A D | Type.cpp | 1224 llvm::ArrayRef(T->qual_begin(), T->getNumProtocols()), in VisitObjCObjectType() 1405 objcObjectType->qual_begin(), objcObjectType->getNumProtocols()); in VisitObjCObjectType() 1421 objcObjectType->qual_begin(), objcObjectType->getNumProtocols()); in VisitObjCObjectType() 1723 if (T->getNumProtocols() && T->getInterface()) in getAsObjCQualifiedInterfaceType() 3880 llvm::ArrayRef(qual_begin(), getNumProtocols()), in Profile() 3897 llvm::ArrayRef(qual_begin(), getNumProtocols())); in Profile()
|
| H A D | ASTDiagnostic.cpp | 230 llvm::ArrayRef(Ty->qual_begin(), Ty->getNumProtocols()), in desugarForDiagnostic()
|
| H A D | ASTContext.cpp | 10063 if (LHS->getNumProtocols() > 0) { in canAssignObjCInterfaces()
|
| /openbsd-src/gnu/llvm/clang/lib/Index/ |
| H A D | IndexTypeSourceInfo.cpp | 140 for (unsigned i = 0, e = TL.getNumProtocols(); i != e; ++i) { in VisitObjCObjectTypeLoc()
|
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CXType.cpp | 1205 return OT->getNumProtocols(); in clang_Type_getNumObjCProtocolRefs()
|
| H A D | CIndex.cpp | 1691 for (unsigned I = 0, N = TL.getNumProtocols(); I != N; ++I) { in VisitObjCTypeParamTypeLoc() 1709 for (unsigned I = 0, N = TL.getNumProtocols(); I != N; ++I) { in VisitObjCObjectTypeLoc()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaType.cpp | 1194 if (OTPTL.getNumProtocols() > 0) { in actOnObjCTypeArgsAndProtocolQualifiers() 1195 assert(OTPTL.getNumProtocols() == Protocols.size()); in actOnObjCTypeArgsAndProtocolQualifiers() 1221 if (ObjCObjectTL.getNumProtocols() > 0) { in actOnObjCTypeArgsAndProtocolQualifiers() 1222 assert(ObjCObjectTL.getNumProtocols() == Protocols.size()); in actOnObjCTypeArgsAndProtocolQualifiers()
|
| H A D | TreeTransform.h | 7230 llvm::ArrayRef(TL.getTypePtr()->qual_begin(), TL.getNumProtocols()), in TransformObjCTypeParamType() 7237 if (TL.getNumProtocols()) { in TransformObjCTypeParamType() 7239 for (unsigned i = 0, n = TL.getNumProtocols(); i != n; ++i) in TransformObjCTypeParamType() 7351 llvm::ArrayRef(TL.getTypePtr()->qual_begin(), TL.getNumProtocols()), in TransformObjCObjectType() 7365 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()
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 430 if (TL.getNumProtocols()) { in VisitObjCTypeParamTypeLoc() 434 for (unsigned i = 0, e = TL.getNumProtocols(); i != e; ++i) in VisitObjCTypeParamTypeLoc() 583 for (unsigned i = 0, e = TL.getNumProtocols(); i != e; ++i) in VisitObjCObjectTypeLoc()
|
| H A D | ASTReader.cpp | 6864 if (TL.getNumProtocols()) { in VisitObjCTypeParamTypeLoc() 6868 for (unsigned i = 0, e = TL.getNumProtocols(); i != e; ++i) in VisitObjCTypeParamTypeLoc() 6880 for (unsigned i = 0, e = TL.getNumProtocols(); i != e; ++i) in VisitObjCObjectTypeLoc()
|