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.cpp719 OCDS.getNullabilityLoc(), in ParseObjCInterfaceDeclList()
779 << SourceRange(DS.getNullabilityLoc()); in diagnoseRedundantPropertyNullability()
786 << SourceRange(DS.getNullabilityLoc()); in diagnoseRedundantPropertyNullability()
1135 DS.getNullabilityLoc(), in ParseObjCTypeName()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h949 SourceLocation getNullabilityLoc() const { in getNullabilityLoc() function