Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp4028 enum class SimplePointerKind { enum
4352 if (PointerKind == SimplePointerKind::Array) { in emitNullabilityConsistencyWarning()
4380 checkNullabilityConsistency(Sema &S, SimplePointerKind pointerKind, in checkNullabilityConsistency()
4395 if (pointerKind == SimplePointerKind::Array) in checkNullabilityConsistency()
4436 auto kind = static_cast<SimplePointerKind>(fileNullability.PointerKind); in recordNullabilitySeen()
4796 [&](SimplePointerKind pointerKind, SourceLocation pointerLoc, in GetFullTypeForDeclarator()
4864 SimplePointerKind pointerKind = SimplePointerKind::Pointer; in GetFullTypeForDeclarator()
4866 pointerKind = SimplePointerKind::BlockPointer; in GetFullTypeForDeclarator()
4868 pointerKind = SimplePointerKind::MemberPointer; in GetFullTypeForDeclarator()
4885 checkNullabilityConsistency(S, SimplePointerKind::Array, in GetFullTypeForDeclarator()
[all …]