/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
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 …]
|
D | CanonicalType.h | 593 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(unsigned, getNumProtocols) 612 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(unsigned, getNumProtocols)
|
D | Type.h | 6641 assert(getNumProtocols() == protocols.size() && 6654 qual_iterator qual_end() const { return qual_begin() + getNumProtocols(); } 6656 bool qual_empty() const { return getNumProtocols() == 0; } 6660 unsigned getNumProtocols() const { 6666 assert(I < getNumProtocols() && "Out-of-range protocol access"); 6672 return ArrayRef<ObjCProtocolDecl *>(qual_begin(), getNumProtocols()); 6982 getNumProtocols, 7140 unsigned getNumProtocols() const { 7141 return getObjectType()->getNumProtocols();
|
D | RecursiveASTVisitor.h | 1453 for (unsigned I = 0, N = TL.getNumProtocols(); I != N; ++I) { 1468 for (unsigned I = 0, N = TL.getNumProtocols(); I != N; ++I) {
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
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 …]
|
D | CanonicalType.h | 593 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(unsigned, getNumProtocols) 612 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(unsigned, getNumProtocols)
|
D | Type.h | 6183 assert(getNumProtocols() == protocols.size() && 6196 qual_iterator qual_end() const { return qual_begin() + getNumProtocols(); } 6198 bool qual_empty() const { return getNumProtocols() == 0; } 6202 unsigned getNumProtocols() const { 6208 assert(I < getNumProtocols() && "Out-of-range protocol access"); 6214 return ArrayRef<ObjCProtocolDecl *>(qual_begin(), getNumProtocols()); 6524 getNumProtocols, 6682 unsigned getNumProtocols() const { 6683 return getObjectType()->getNumProtocols();
|
D | RecursiveASTVisitor.h | 1432 for (unsigned I = 0, N = TL.getNumProtocols(); I != N; ++I) { 1447 for (unsigned I = 0, N = TL.getNumProtocols(); I != N; ++I) {
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
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 …]
|
D | CanonicalType.h | 593 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(unsigned, getNumProtocols) 612 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(unsigned, getNumProtocols)
|
D | Type.h | 6183 assert(getNumProtocols() == protocols.size() && 6196 qual_iterator qual_end() const { return qual_begin() + getNumProtocols(); } 6198 bool qual_empty() const { return getNumProtocols() == 0; } 6202 unsigned getNumProtocols() const { 6208 assert(I < getNumProtocols() && "Out-of-range protocol access"); 6214 return ArrayRef<ObjCProtocolDecl *>(qual_begin(), getNumProtocols()); 6524 getNumProtocols, 6682 unsigned getNumProtocols() const { 6683 return getObjectType()->getNumProtocols();
|
D | RecursiveASTVisitor.h | 1432 for (unsigned I = 0, N = TL.getNumProtocols(); I != N; ++I) { 1447 for (unsigned I = 0, N = TL.getNumProtocols(); I != N; ++I) {
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
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() 823 return llvm::ArrayRef(getProtocolLocArray(), getNumProtocols()); in getProtocolLocs() 829 if (!this->getNumProtocols()) return 0; in getExtraLocalDataSize() 832 return (this->getNumProtocols() + 2) * sizeof(SourceLocation) ; in getExtraLocalDataSize() [all …]
|
D | CanonicalType.h | 593 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(unsigned, getNumProtocols) 612 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(unsigned, getNumProtocols)
|
D | Type.h | 6058 assert(getNumProtocols() == protocols.size() && 6071 qual_iterator qual_end() const { return qual_begin() + getNumProtocols(); } 6073 bool qual_empty() const { return getNumProtocols() == 0; } 6077 unsigned getNumProtocols() const { 6083 assert(I < getNumProtocols() && "Out-of-range protocol access"); 6089 return ArrayRef<ObjCProtocolDecl *>(qual_begin(), getNumProtocols()); 6399 getNumProtocols, 6557 unsigned getNumProtocols() const { 6558 return getObjectType()->getNumProtocols();
|
D | RecursiveASTVisitor.h | 1416 for (unsigned I = 0, N = TL.getNumProtocols(); I != N; ++I) { 1431 for (unsigned I = 0, N = TL.getNumProtocols(); I != N; ++I) {
|
/aosp_15_r20/external/clang/include/clang/AST/ |
H A D | TypeLoc.h | 910 unsigned getNumProtocols() const { in getNumProtocols() function 911 return this->getTypePtr()->getNumProtocols(); in getNumProtocols() 915 assert(i < getNumProtocols() && "Index is out of bounds!"); in getProtocolLoc() 919 assert(i < getNumProtocols() && "Index is out of bounds!"); in setProtocolLoc() 924 assert(i < getNumProtocols() && "Index is out of bounds!"); in getProtocol() 930 return llvm::makeArrayRef(getProtocolLocArray(), getNumProtocols()); in getProtocolLocs() 959 + this->getNumProtocols() * sizeof(SourceLocation); in getExtraLocalDataSize()
|
H A D | CanonicalType.h | 574 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(unsigned, getNumProtocols) 592 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(unsigned, getNumProtocols)
|
H A D | Type.h | 4841 qual_iterator qual_end() const { return qual_begin() + getNumProtocols(); } 4843 bool qual_empty() const { return getNumProtocols() == 0; } 4847 unsigned getNumProtocols() const { return ObjCObjectTypeBits.NumProtocols; } 4851 assert(I < getNumProtocols() && "Out-of-range protocol access"); 4857 return ArrayRef<ObjCProtocolDecl *>(qual_begin(), getNumProtocols()); 4968 getNumProtocols, 5126 unsigned getNumProtocols() const { 5127 return getObjectType()->getNumProtocols();
|
/aosp_15_r20/external/clang/lib/Index/ |
H A D | IndexTypeSourceInfo.cpp | 100 for (unsigned i = 0, e = TL.getNumProtocols(); i != e; ++i) { in VisitObjCObjectTypeLoc()
|
/aosp_15_r20/external/clang/lib/AST/ |
H A D | Type.cpp | 551 assert(getNumProtocols() == protocols.size() && in ObjCObjectType() 1005 T->getNumProtocols()), in TRIVIAL_TYPE_CLASS() 1212 objcObjectType->getNumProtocols()); in substObjCTypeArgs() 1230 objcObjectType->getNumProtocols()); in substObjCTypeArgs() 1469 if (T->getNumProtocols() && T->getInterface()) in getAsObjCQualifiedInterfaceType() 3211 llvm::makeArrayRef(qual_begin(), getNumProtocols()), in Profile()
|
H A D | TypeLoc.cpp | 404 for (unsigned i = 0, e = getNumProtocols(); i != e; ++i) in initializeLocal()
|
H A D | ASTDiagnostic.cpp | 196 Ty->getNumProtocols()), in Desugar()
|
H A D | ASTImporter.cpp | 907 if (Obj1->getNumProtocols() != Obj2->getNumProtocols()) in IsStructurallyEquivalent() 909 for (unsigned I = 0, N = Obj1->getNumProtocols(); I != N; ++I) { in IsStructurallyEquivalent()
|
/aosp_15_r20/external/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 459 Record.push_back(T->getNumProtocols()); in VisitObjCObjectType() 698 for (unsigned i = 0, e = TL.getNumProtocols(); i != e; ++i) in VisitObjCObjectTypeLoc()
|