Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp4691 DeclaratorChunk &NextDeclType = D.getTypeObject(chunkIndex - 1); in GetFullTypeForDeclarator() local
4692 if (NextDeclType.Kind == DeclaratorChunk::Array && in GetFullTypeForDeclarator()
4693 !NextDeclType.Arr.NumElts) in GetFullTypeForDeclarator()