Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1918 SmallVector<DeclaratorChunk, 8> DeclTypeInfo; variable
2116 for (unsigned i = 0, e = DeclTypeInfo.size(); i != e; ++i) in clear()
2117 DeclTypeInfo[i].destroy(); in clear()
2118 DeclTypeInfo.clear(); in clear()
2355 DeclTypeInfo.push_back(TI); in AddTypeInfo()
2356 DeclTypeInfo.back().getAttrs().addAll(attrs.begin(), attrs.end()); in AddTypeInfo()
2369 DeclTypeInfo.push_back(TI); in AddTypeInfo()
2370 getAttributePool().takeFrom(DeclTypeInfo.back().getAttrs(), OtherPool); in AddTypeInfo()
2379 DeclTypeInfo.push_back(TI); in AddTypeInfo()
2390 DeclTypeInfo.insert(DeclTypeInfo.begin(), TI); in AddInnermostTypeInfo()
[all …]
/freebsd/contrib/llvm-project/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()