Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseObjc.cpp782 OCDS.getNullabilityLoc(), in ParseObjCInterfaceDeclList()
844 << SourceRange(DS.getNullabilityLoc()); in diagnoseRedundantPropertyNullability()
851 << SourceRange(DS.getNullabilityLoc()); in diagnoseRedundantPropertyNullability()
1319 DS.getNullabilityLoc(), in ParseObjCTypeName()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h895 SourceLocation getNullabilityLoc() const { in getNullabilityLoc() function