Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp4622 static bool hasOuterPointerLikeChunk(const Declarator &D, unsigned endIndex) { in hasOuterPointerLikeChunk() function
5062 !hasOuterPointerLikeChunk(D, D.getNumTypeObjects())) { in GetFullTypeForDeclarator()
5217 if (hasOuterPointerLikeChunk(D, chunkIndex)) { in GetFullTypeForDeclarator()
5233 !hasOuterPointerLikeChunk(D, chunkIndex)) { in GetFullTypeForDeclarator()
9003 !hasOuterPointerLikeChunk(state.getDeclarator(), endIndex); in processTypeAttrs()