Searched refs:DeclTypeInfo (Results 1 – 2 of 2) sorted by relevance
1619 SmallVector<DeclaratorChunk, 8> DeclTypeInfo; variable1747 for (unsigned i = 0, e = DeclTypeInfo.size(); i != e; ++i) in clear()1748 DeclTypeInfo[i].destroy(); in clear()1749 DeclTypeInfo.clear(); in clear()1940 DeclTypeInfo.push_back(TI); in AddTypeInfo()1941 DeclTypeInfo.back().getAttrListRef() = attrs.getList(); in AddTypeInfo()1950 DeclTypeInfo.insert(DeclTypeInfo.begin(), TI); in AddInnermostTypeInfo()1954 unsigned getNumTypeObjects() const { return DeclTypeInfo.size(); } in getNumTypeObjects()1959 assert(i < DeclTypeInfo.size() && "Invalid type chunk"); in getTypeObject()1960 return DeclTypeInfo[i]; in getTypeObject()[all …]
262 for (unsigned i = 0, i_end = DeclTypeInfo.size(); i < i_end; ++i) { in isDeclarationOfFunction()263 switch (DeclTypeInfo[i].Kind) { in isDeclarationOfFunction()