Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp167 static std::string pointerKind(PointerKind Kind) { in pointerKind() function
209 pointerKind(Kind))); in formatPointerAttrs()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp4380 checkNullabilityConsistency(Sema &S, SimplePointerKind pointerKind, in checkNullabilityConsistency() argument
4395 if (pointerKind == SimplePointerKind::Array) in checkNullabilityConsistency()
4404 fileNullability.PointerKind = static_cast<unsigned>(pointerKind); in checkNullabilityConsistency()
4796 [&](SimplePointerKind pointerKind, SourceLocation pointerLoc, in GetFullTypeForDeclarator()
4849 checkNullabilityConsistency(S, pointerKind, pointerLoc, pointerEndLoc); in GetFullTypeForDeclarator()
4864 SimplePointerKind pointerKind = SimplePointerKind::Pointer; in GetFullTypeForDeclarator() local
4866 pointerKind = SimplePointerKind::BlockPointer; in GetFullTypeForDeclarator()
4868 pointerKind = SimplePointerKind::MemberPointer; in GetFullTypeForDeclarator()
4871 pointerKind, D.getDeclSpec().getTypeSpecTypeLoc(), in GetFullTypeForDeclarator()
7447 } pointerKind in distributeNullabilityTypeAttr() local
[all …]