Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp4521 SourceLocation PointerEndLoc) { in emitNullabilityConsistencyWarning() argument
4531 auto FixItLoc = PointerEndLoc.isValid() ? PointerEndLoc : PointerLoc; in emitNullabilityConsistencyWarning()
4575 fileNullability.PointerEndLoc = pointerEndLoc; in checkNullabilityConsistency()
4610 fileNullability.PointerEndLoc); in recordNullabilitySeen()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h255 SourceLocation PointerEndLoc; member