Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp4268 SourceLocation PointerEndLoc) { in emitNullabilityConsistencyWarning() argument
4278 auto FixItLoc = PointerEndLoc.isValid() ? PointerEndLoc : PointerLoc; in emitNullabilityConsistencyWarning()
4322 fileNullability.PointerEndLoc = pointerEndLoc; in checkNullabilityConsistency()
4357 fileNullability.PointerEndLoc); in recordNullabilitySeen()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h253 SourceLocation PointerEndLoc; member