Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp3734 enum class SimplePointerKind { enum
4021 SimplePointerKind PointerKind, in emitNullabilityConsistencyWarning()
4026 if (PointerKind == SimplePointerKind::Array) { in emitNullabilityConsistencyWarning()
4054 checkNullabilityConsistency(Sema &S, SimplePointerKind pointerKind, in checkNullabilityConsistency()
4069 if (pointerKind == SimplePointerKind::Array) in checkNullabilityConsistency()
4110 auto kind = static_cast<SimplePointerKind>(fileNullability.PointerKind); in recordNullabilitySeen()
4487 [&](SimplePointerKind pointerKind, SourceLocation pointerLoc, in GetFullTypeForDeclarator()
4556 SimplePointerKind pointerKind = SimplePointerKind::Pointer; in GetFullTypeForDeclarator()
4558 pointerKind = SimplePointerKind::BlockPointer; in GetFullTypeForDeclarator()
4560 pointerKind = SimplePointerKind::MemberPointer; in GetFullTypeForDeclarator()
[all …]