Searched refs:DeclTypeInfo (Results 1 – 2 of 2) sorted by relevance
1821 SmallVector<DeclaratorChunk, 8> DeclTypeInfo; variable1979 for (unsigned i = 0, e = DeclTypeInfo.size(); i != e; ++i) in clear()1980 DeclTypeInfo[i].destroy(); in clear()1981 DeclTypeInfo.clear(); in clear()2213 DeclTypeInfo.push_back(TI); in AddTypeInfo()2214 DeclTypeInfo.back().getAttrs().addAll(attrs.begin(), attrs.end()); in AddTypeInfo()2224 DeclTypeInfo.push_back(TI); in AddTypeInfo()2232 DeclTypeInfo.insert(DeclTypeInfo.begin(), TI); in AddInnermostTypeInfo()2236 unsigned getNumTypeObjects() const { return DeclTypeInfo.size(); } in getNumTypeObjects()2241 assert(i < DeclTypeInfo.size() && "Invalid type chunk"); in getTypeObject()[all …]
326 for (unsigned i = 0, i_end = DeclTypeInfo.size(); i < i_end; ++i) { in isDeclarationOfFunction()327 switch (DeclTypeInfo[i].Kind) { in isDeclarationOfFunction()