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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp4123 SourceLocation PointerEndLoc) {
4133 auto FixItLoc = PointerEndLoc.isValid() ? PointerEndLoc : PointerLoc;
4177 fileNullability.PointerEndLoc = pointerEndLoc;
4212 fileNullability.PointerEndLoc);
4120 emitNullabilityConsistencyWarning(Sema &S, SimplePointerKind PointerKind, SourceLocation PointerLoc, SourceLocation PointerEndLoc) argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h250 SourceLocation PointerEndLoc; member in struct:clang::FileNullability

Completed in 192 milliseconds