Searched refs:pointerKind (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 169 static std::string pointerKind(PointerKind Kind) { in pointerKind() function 211 pointerKind(Kind))); in formatPointerAttrs()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaType.cpp | 4054 checkNullabilityConsistency(Sema &S, SimplePointerKind pointerKind, in checkNullabilityConsistency() argument 4069 if (pointerKind == SimplePointerKind::Array) in checkNullabilityConsistency() 4078 fileNullability.PointerKind = static_cast<unsigned>(pointerKind); in checkNullabilityConsistency() 4085 emitNullabilityConsistencyWarning(S, pointerKind, pointerLoc, pointerEndLoc); in checkNullabilityConsistency() 4487 [&](SimplePointerKind pointerKind, SourceLocation pointerLoc, in GetFullTypeForDeclarator() 4542 checkNullabilityConsistency(S, pointerKind, pointerLoc, pointerEndLoc); in GetFullTypeForDeclarator() 4556 SimplePointerKind pointerKind = SimplePointerKind::Pointer; in GetFullTypeForDeclarator() local 4558 pointerKind = SimplePointerKind::BlockPointer; in GetFullTypeForDeclarator() 4560 pointerKind = SimplePointerKind::MemberPointer; in GetFullTypeForDeclarator() 4563 pointerKind, D.getDeclSpec().getTypeSpecTypeLoc(), in GetFullTypeForDeclarator() [all …]
|