Searched refs:DeclTypeInfo (Results 1 – 3 of 3) sorted by relevance
1818 SmallVector<DeclaratorChunk, 8> DeclTypeInfo; variable1976 for (unsigned i = 0, e = DeclTypeInfo.size(); i != e; ++i) in clear()1977 DeclTypeInfo[i].destroy(); in clear()1978 DeclTypeInfo.clear(); in clear()2210 DeclTypeInfo.push_back(TI); in AddTypeInfo()2211 DeclTypeInfo.back().getAttrs().addAll(attrs.begin(), attrs.end()); in AddTypeInfo()2221 DeclTypeInfo.push_back(TI); in AddTypeInfo()2229 DeclTypeInfo.insert(DeclTypeInfo.begin(), TI); in AddInnermostTypeInfo()2233 unsigned getNumTypeObjects() const { return DeclTypeInfo.size(); } in getNumTypeObjects()2238 assert(i < DeclTypeInfo.size() && "Invalid type chunk"); 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()
325 for (unsigned i = 0, i_end = DeclTypeInfo.size(); i < i_end; ++i) { in isDeclarationOfFunction()326 switch (DeclTypeInfo[i].Kind) { in isDeclarationOfFunction()