Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp4076 SourceLocation PointerEndLoc) { in emitNullabilityConsistencyWarning() argument
4086 auto FixItLoc = PointerEndLoc.isValid() ? PointerEndLoc : PointerLoc; in emitNullabilityConsistencyWarning()
4130 fileNullability.PointerEndLoc = pointerEndLoc; in checkNullabilityConsistency()
4165 fileNullability.PointerEndLoc); in recordNullabilitySeen()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h244 SourceLocation PointerEndLoc; member