Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp4228 unsigned numTypeSpecifierPointers = 0; in classifyPointerDeclarator() local
4238 ++numTypeSpecifierPointers; in classifyPointerDeclarator()
4257 ++numTypeSpecifierPointers; in classifyPointerDeclarator()
4262 numNormalPointers == 2 && numTypeSpecifierPointers < 2) { in classifyPointerDeclarator()
4273 if (numNormalPointers == 2 && numTypeSpecifierPointers < 2) in classifyPointerDeclarator()
4288 if (numNormalPointers == 2 && numTypeSpecifierPointers < 2 && in classifyPointerDeclarator()