Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp164 static std::string pointerKind(PointerKind Kind) { in pointerKind() function
206 pointerKind(Kind))); in formatPointerAttrs()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp4266 checkNullabilityConsistency(Sema &S, SimplePointerKind pointerKind, in checkNullabilityConsistency() argument
4281 if (pointerKind == SimplePointerKind::Array) in checkNullabilityConsistency()
4290 fileNullability.PointerKind = static_cast<unsigned>(pointerKind); in checkNullabilityConsistency()
4297 emitNullabilityConsistencyWarning(S, pointerKind, pointerLoc, pointerEndLoc); in checkNullabilityConsistency()
4680 [&](SimplePointerKind pointerKind, SourceLocation pointerLoc, in GetFullTypeForDeclarator()
4733 checkNullabilityConsistency(S, pointerKind, pointerLoc, pointerEndLoc); in GetFullTypeForDeclarator()
4748 SimplePointerKind pointerKind = SimplePointerKind::Pointer; in GetFullTypeForDeclarator() local
4750 pointerKind = SimplePointerKind::BlockPointer; in GetFullTypeForDeclarator()
4752 pointerKind = SimplePointerKind::MemberPointer; in GetFullTypeForDeclarator()
4755 pointerKind, D.getDeclSpec().getTypeSpecTypeLoc(), in GetFullTypeForDeclarator()
[all …]