Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h1589 SmallVector<DeclaratorChunk, 8> DeclTypeInfo; variable
1710 for (unsigned i = 0, e = DeclTypeInfo.size(); i != e; ++i) in clear()
1711 DeclTypeInfo[i].destroy(); in clear()
1712 DeclTypeInfo.clear(); in clear()
1901 DeclTypeInfo.push_back(TI); in AddTypeInfo()
1902 DeclTypeInfo.back().getAttrListRef() = attrs.getList(); in AddTypeInfo()
1911 DeclTypeInfo.insert(DeclTypeInfo.begin(), TI); in AddInnermostTypeInfo()
1915 unsigned getNumTypeObjects() const { return DeclTypeInfo.size(); } in getNumTypeObjects()
1920 assert(i < DeclTypeInfo.size() && "Invalid type chunk"); in getTypeObject()
1921 return DeclTypeInfo[i]; in getTypeObject()
[all …]
/external/clang/lib/Sema/
DDeclSpec.cpp271 for (unsigned i = 0, i_end = DeclTypeInfo.size(); i < i_end; ++i) { in isDeclarationOfFunction()
272 switch (DeclTypeInfo[i].Kind) { in isDeclarationOfFunction()