Searched refs:getNumTypeArgs (Results 1 – 16 of 16) sorted by relevance
/external/clang/include/clang/AST/ |
D | TypeLoc.h | 864 return (SourceLocation*)(getTypeArgLocArray() + getNumTypeArgs()); in getProtocolLocArray() 882 unsigned getNumTypeArgs() const { in getNumTypeArgs() function 887 assert(i < getNumTypeArgs() && "Index is out of bounds!"); in getTypeArgTInfo() 892 assert(i < getNumTypeArgs() && "Index is out of bounds!"); in setTypeArgTInfo() 958 return this->getNumTypeArgs() * sizeof(TypeSourceInfo *) in getExtraLocalDataSize()
|
D | RecursiveASTVisitor.h | 1275 for (unsigned i = 0, n = TL.getNumTypeArgs(); i != n; ++i)
|
/external/llvm-project/clang/include/clang/AST/ |
D | TypeLoc.h | 920 return (SourceLocation*)(getTypeArgLocArray() + getNumTypeArgs()); in getProtocolLocArray() 940 unsigned getNumTypeArgs() const { in getNumTypeArgs() function 945 assert(i < getNumTypeArgs() && "Index is out of bounds!"); in getTypeArgTInfo() 950 assert(i < getNumTypeArgs() && "Index is out of bounds!"); in setTypeArgTInfo() 1019 return this->getNumTypeArgs() * sizeof(TypeSourceInfo *) in getExtraLocalDataSize()
|
D | RecursiveASTVisitor.h | 1339 for (unsigned i = 0, n = TL.getNumTypeArgs(); i != n; ++i)
|
/external/clang/lib/AST/ |
D | TypeLoc.cpp | 397 for (unsigned i = 0, e = getNumTypeArgs(); i != e; ++i) { in initializeLocal()
|
/external/llvm-project/clang/lib/AST/ |
D | TypeLoc.cpp | 474 for (unsigned i = 0, e = getNumTypeArgs(); i != e; ++i) { in initializeLocal()
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 1189 if (ObjCObjectTL.getNumTypeArgs() > 0) { in actOnObjCTypeArgsAndProtocolQualifiers() 1190 assert(ObjCObjectTL.getNumTypeArgs() == ActualTypeArgInfos.size()); in actOnObjCTypeArgsAndProtocolQualifiers()
|
D | TreeTransform.h | 5960 for (unsigned i = 0, n = TL.getNumTypeArgs(); i != n; ++i) { in TransformObjCObjectType() 6067 for (unsigned i = 0, n = TL.getNumTypeArgs(); i != n; ++i) in TransformObjCObjectType()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaType.cpp | 1217 if (ObjCObjectTL.getNumTypeArgs() > 0) { in actOnObjCTypeArgsAndProtocolQualifiers() 1218 assert(ObjCObjectTL.getNumTypeArgs() == ActualTypeArgInfos.size()); in actOnObjCTypeArgsAndProtocolQualifiers()
|
D | TreeTransform.h | 6941 for (unsigned i = 0, n = TL.getNumTypeArgs(); i != n; ++i) { in TransformObjCObjectType() 7042 for (unsigned i = 0, n = TL.getNumTypeArgs(); i != n; ++i) in TransformObjCObjectType()
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 694 for (unsigned i = 0, e = TL.getNumTypeArgs(); i != e; ++i) in VisitObjCObjectTypeLoc()
|
D | ASTReader.cpp | 5934 for (unsigned i = 0, e = TL.getNumTypeArgs(); i != e; ++i) in VisitObjCObjectTypeLoc()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTWriter.cpp | 477 for (unsigned i = 0, e = TL.getNumTypeArgs(); i != e; ++i) in VisitObjCObjectTypeLoc()
|
D | ASTReader.cpp | 6736 for (unsigned i = 0, e = TL.getNumTypeArgs(); i != e; ++i) in VisitObjCObjectTypeLoc()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 1541 for (unsigned I = 0, N = TL.getNumTypeArgs(); I != N; ++I) { in VisitObjCObjectTypeLoc()
|
/external/llvm-project/clang/tools/libclang/ |
D | CIndex.cpp | 1620 for (unsigned I = 0, N = TL.getNumTypeArgs(); I != N; ++I) { in VisitObjCObjectTypeLoc()
|