Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp4095 enum class SimplePointerKind { enum
4414 SimplePointerKind PointerKind, in emitNullabilityConsistencyWarning()
4419 if (PointerKind == SimplePointerKind::Array) { in emitNullabilityConsistencyWarning()
4447 checkNullabilityConsistency(Sema &S, SimplePointerKind pointerKind, in checkNullabilityConsistency()
4462 if (pointerKind == SimplePointerKind::Array) in checkNullabilityConsistency()
4503 auto kind = static_cast<SimplePointerKind>(fileNullability.PointerKind); in recordNullabilitySeen()
4868 [&](SimplePointerKind pointerKind, SourceLocation pointerLoc, in GetFullTypeForDeclarator()
4936 SimplePointerKind pointerKind = SimplePointerKind::Pointer; in GetFullTypeForDeclarator()
4938 pointerKind = SimplePointerKind::BlockPointer; in GetFullTypeForDeclarator()
4940 pointerKind = SimplePointerKind::MemberPointer; in GetFullTypeForDeclarator()
[all …]