Searched refs:DeclTypeInfo (Results 1 – 2 of 2) sorted by relevance
2056 DeclTypeInfo[i].destroy(); in clear()2057 DeclTypeInfo.clear(); in clear()2293 DeclTypeInfo.push_back(TI); in AddTypeInfo()2304 DeclTypeInfo.push_back(TI); in AddTypeInfo()2312 DeclTypeInfo.insert(DeclTypeInfo.begin(), TI); in AddInnermostTypeInfo()2322 return DeclTypeInfo[i]; in getTypeObject()2326 return DeclTypeInfo[i]; in getTypeObject()2334 return type_object_range(DeclTypeInfo.begin(), DeclTypeInfo.end()); in type_objects()2340 DeclTypeInfo.erase(DeclTypeInfo.begin()); in DropFirstTypeObject()2349 return &DeclTypeInfo[i]; in getInnermostNonParenChunk()[all …]
326 for (unsigned i = 0, i_end = DeclTypeInfo.size(); i < i_end; ++i) { in isDeclarationOfFunction()327 switch (DeclTypeInfo[i].Kind) { in isDeclarationOfFunction()