Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaType.cpp4198 SourceLocation PointerEndLoc) { in emitNullabilityConsistencyWarning() argument
4208 auto FixItLoc = PointerEndLoc.isValid() ? PointerEndLoc : PointerLoc; in emitNullabilityConsistencyWarning()
4252 fileNullability.PointerEndLoc = pointerEndLoc; in checkNullabilityConsistency()
4287 fileNullability.PointerEndLoc); in recordNullabilitySeen()
/external/llvm-project/clang/include/clang/Sema/
DSema.h250 SourceLocation PointerEndLoc; member