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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp3664 enum class SimplePointerKind { class in namespace:__anon3240
3974 SimplePointerKind PointerKind,
3979 if (PointerKind == SimplePointerKind::Array) {
4007 checkNullabilityConsistency(Sema &S, SimplePointerKind pointerKind,
4022 if (pointerKind == SimplePointerKind::Array)
4063 auto kind = static_cast<SimplePointerKind>(fileNullability.PointerKind);
4419 [&](SimplePointerKind pointerKind, SourceLocation pointerLoc,
4487 SimplePointerKind pointerKind = SimplePointerKind::Pointer;
4489 pointerKind = SimplePointerKind
[all...]

Completed in 111 milliseconds