Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaType.cpp4023 SourceLocation PointerEndLoc) { in emitNullabilityConsistencyWarning() argument
4033 auto FixItLoc = PointerEndLoc.isValid() ? PointerEndLoc : PointerLoc; in emitNullabilityConsistencyWarning()
4077 fileNullability.PointerEndLoc = pointerEndLoc; in checkNullabilityConsistency()
4112 fileNullability.PointerEndLoc); in recordNullabilitySeen()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h269 SourceLocation PointerEndLoc; member