Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp3460 enum class SimplePointerKind { enum
3775 if (PointerKind == SimplePointerKind::Array) { in emitNullabilityConsistencyWarning()
3803 checkNullabilityConsistency(Sema &S, SimplePointerKind pointerKind, in checkNullabilityConsistency()
3818 if (pointerKind == SimplePointerKind::Array) in checkNullabilityConsistency()
3859 auto kind = static_cast<SimplePointerKind>(fileNullability.PointerKind); in recordNullabilitySeen()
4200 [&](SimplePointerKind pointerKind, SourceLocation pointerLoc, in GetFullTypeForDeclarator()
4270 SimplePointerKind pointerKind = SimplePointerKind::Pointer; in GetFullTypeForDeclarator()
4272 pointerKind = SimplePointerKind::BlockPointer; in GetFullTypeForDeclarator()
4274 pointerKind = SimplePointerKind::MemberPointer; in GetFullTypeForDeclarator()
4290 checkNullabilityConsistency(S, SimplePointerKind::Array, in GetFullTypeForDeclarator()
[all …]