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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp3002 enum class SimplePointerKind { class in namespace:__anon4078
3250 SimplePointerKind pointerKind,
3525 auto inferPointerNullability = [&](SimplePointerKind pointerKind,
3582 SimplePointerKind pointerKind = SimplePointerKind::Pointer;
3584 pointerKind = SimplePointerKind::BlockPointer;
3586 pointerKind = SimplePointerKind::MemberPointer;
3615 inferPointerNullability(SimplePointerKind::BlockPointer,
3632 inferPointerNullability(SimplePointerKind::Pointer, DeclType.Loc,
4080 inferPointerNullability(SimplePointerKind
[all...]

Completed in 36 milliseconds