Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp167 static std::string pointerKind(PointerKind Kind) { in pointerKind() function
209 pointerKind(Kind))); in formatPointerAttrs()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp4447 checkNullabilityConsistency(Sema &S, SimplePointerKind pointerKind, in checkNullabilityConsistency() argument
4462 if (pointerKind == SimplePointerKind::Array) in checkNullabilityConsistency()
4471 fileNullability.PointerKind = static_cast<unsigned>(pointerKind); in checkNullabilityConsistency()
4478 emitNullabilityConsistencyWarning(S, pointerKind, pointerLoc, pointerEndLoc); in checkNullabilityConsistency()
4868 [&](SimplePointerKind pointerKind, SourceLocation pointerLoc, in GetFullTypeForDeclarator()
4921 checkNullabilityConsistency(S, pointerKind, pointerLoc, pointerEndLoc); in GetFullTypeForDeclarator()
4936 SimplePointerKind pointerKind = SimplePointerKind::Pointer; in GetFullTypeForDeclarator() local
4938 pointerKind = SimplePointerKind::BlockPointer; in GetFullTypeForDeclarator()
4940 pointerKind = SimplePointerKind::MemberPointer; in GetFullTypeForDeclarator()
4943 pointerKind, D.getDeclSpec().getTypeSpecTypeLoc(), in GetFullTypeForDeclarator()
[all …]