Searched refs:DeclTypeInfo (Results 1 – 2 of 2) sorted by relevance
1921 SmallVector<DeclaratorChunk, 4> DeclTypeInfo; variable2119 for (unsigned i = 0, e = DeclTypeInfo.size(); i != e; ++i) in clear()2120 DeclTypeInfo[i].destroy(); in clear()2121 DeclTypeInfo.clear(); in clear()2358 DeclTypeInfo.push_back(TI); in AddTypeInfo()2359 DeclTypeInfo.back().getAttrs().addAll(attrs.begin(), attrs.end()); in AddTypeInfo()2372 DeclTypeInfo.push_back(TI); in AddTypeInfo()2373 getAttributePool().takeFrom(DeclTypeInfo.back().getAttrs(), OtherPool); in AddTypeInfo()2382 DeclTypeInfo.push_back(TI); in AddTypeInfo()2393 DeclTypeInfo.insert(DeclTypeInfo.begin(), TI); in AddInnermostTypeInfo()[all …]
323 for (unsigned i = 0, i_end = DeclTypeInfo.size(); i < i_end; ++i) { in isDeclarationOfFunction()324 switch (DeclTypeInfo[i].Kind) { in isDeclarationOfFunction()