Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h1818 SmallVector<DeclaratorChunk, 8> DeclTypeInfo; variable
1976 for (unsigned i = 0, e = DeclTypeInfo.size(); i != e; ++i) in clear()
1977 DeclTypeInfo[i].destroy(); in clear()
1978 DeclTypeInfo.clear(); in clear()
2210 DeclTypeInfo.push_back(TI); in AddTypeInfo()
2211 DeclTypeInfo.back().getAttrs().addAll(attrs.begin(), attrs.end()); in AddTypeInfo()
2221 DeclTypeInfo.push_back(TI); in AddTypeInfo()
2229 DeclTypeInfo.insert(DeclTypeInfo.begin(), TI); in AddInnermostTypeInfo()
2233 unsigned getNumTypeObjects() const { return DeclTypeInfo.size(); } in getNumTypeObjects()
2238 assert(i < DeclTypeInfo.size() && "Invalid type chunk"); 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()
/external/llvm-project/clang/lib/Sema/
DDeclSpec.cpp325 for (unsigned i = 0, i_end = DeclTypeInfo.size(); i < i_end; ++i) { in isDeclarationOfFunction()
326 switch (DeclTypeInfo[i].Kind) { in isDeclarationOfFunction()