Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp798 OCDS.getNullabilityLoc(), in ParseObjCInterfaceDeclList()
857 << SourceRange(DS.getNullabilityLoc()); in diagnoseRedundantPropertyNullability()
864 << SourceRange(DS.getNullabilityLoc()); in diagnoseRedundantPropertyNullability()
1332 DS.getNullabilityLoc(), in ParseObjCTypeName()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h911 SourceLocation getNullabilityLoc() const { in getNullabilityLoc() function