Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp4416 SourceLocation PointerEndLoc) { in emitNullabilityConsistencyWarning() argument
4426 auto FixItLoc = PointerEndLoc.isValid() ? PointerEndLoc : PointerLoc; in emitNullabilityConsistencyWarning()
4470 fileNullability.PointerEndLoc = pointerEndLoc; in checkNullabilityConsistency()
4505 fileNullability.PointerEndLoc); in recordNullabilitySeen()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h254 SourceLocation PointerEndLoc; member