Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp800 OCDS.getNullabilityLoc(), in ParseObjCInterfaceDeclList()
860 << SourceRange(DS.getNullabilityLoc()); in diagnoseRedundantPropertyNullability()
867 << SourceRange(DS.getNullabilityLoc()); in diagnoseRedundantPropertyNullability()
1337 DS.getNullabilityLoc(), in ParseObjCTypeName()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h947 SourceLocation getNullabilityLoc() const { in getNullabilityLoc() function