Home
last modified time | relevance | path

Searched refs:DeclTypeInfo (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Sema/
DDeclSpec.h1665 SmallVector<DeclaratorChunk, 8> DeclTypeInfo; variable
1793 for (unsigned i = 0, e = DeclTypeInfo.size(); i != e; ++i) in clear()
1794 DeclTypeInfo[i].destroy(); in clear()
1795 DeclTypeInfo.clear(); in clear()
1990 DeclTypeInfo.push_back(TI); in AddTypeInfo()
1991 DeclTypeInfo.back().getAttrListRef() = attrs.getList(); in AddTypeInfo()
2000 DeclTypeInfo.insert(DeclTypeInfo.begin(), TI); in AddInnermostTypeInfo()
2004 unsigned getNumTypeObjects() const { return DeclTypeInfo.size(); } in getNumTypeObjects()
2009 assert(i < DeclTypeInfo.size() && "Invalid type chunk"); in getTypeObject()
2010 return DeclTypeInfo[i]; in getTypeObject()
[all …]
/external/clang/lib/Sema/
DDeclSpec.cpp262 for (unsigned i = 0, i_end = DeclTypeInfo.size(); i < i_end; ++i) { in isDeclarationOfFunction()
263 switch (DeclTypeInfo[i].Kind) { in isDeclarationOfFunction()