Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h1852 SmallVector<DeclaratorChunk, 8> DeclTypeInfo; variable
2038 for (unsigned i = 0, e = DeclTypeInfo.size(); i != e; ++i) in clear()
2039 DeclTypeInfo[i].destroy(); in clear()
2040 DeclTypeInfo.clear(); in clear()
2276 DeclTypeInfo.push_back(TI); in AddTypeInfo()
2277 DeclTypeInfo.back().getAttrs().addAll(attrs.begin(), attrs.end()); in AddTypeInfo()
2287 DeclTypeInfo.push_back(TI); in AddTypeInfo()
2295 DeclTypeInfo.insert(DeclTypeInfo.begin(), TI); in AddInnermostTypeInfo()
2299 unsigned getNumTypeObjects() const { return DeclTypeInfo.size(); } in getNumTypeObjects()
2304 assert(i < DeclTypeInfo.size() && "Invalid type chunk"); in getTypeObject()
[all …]
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DDeclSpec.cpp326 for (unsigned i = 0, i_end = DeclTypeInfo.size(); i < i_end; ++i) { in isDeclarationOfFunction()
327 switch (DeclTypeInfo[i].Kind) { in isDeclarationOfFunction()