Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp4200 enum class SimplePointerKind { enum
4524 if (PointerKind == SimplePointerKind::Array) { in emitNullabilityConsistencyWarning()
4552 checkNullabilityConsistency(Sema &S, SimplePointerKind pointerKind, in checkNullabilityConsistency()
4567 if (pointerKind == SimplePointerKind::Array) in checkNullabilityConsistency()
4608 auto kind = static_cast<SimplePointerKind>(fileNullability.PointerKind); in recordNullabilitySeen()
4973 [&](SimplePointerKind pointerKind, SourceLocation pointerLoc, in GetFullTypeForDeclarator()
5043 SimplePointerKind pointerKind = SimplePointerKind::Pointer; in GetFullTypeForDeclarator()
5045 pointerKind = SimplePointerKind::BlockPointer; in GetFullTypeForDeclarator()
5047 pointerKind = SimplePointerKind::MemberPointer; in GetFullTypeForDeclarator()
5063 checkNullabilityConsistency(S, SimplePointerKind::Array, in GetFullTypeForDeclarator()
[all …]