Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseObjc.cpp761 OCDS.getNullabilityLoc(), in ParseObjCInterfaceDeclList()
822 << SourceRange(DS.getNullabilityLoc()); in diagnoseRedundantPropertyNullability()
829 << SourceRange(DS.getNullabilityLoc()); in diagnoseRedundantPropertyNullability()
1290 DS.getNullabilityLoc(), in ParseObjCTypeName()
/external/llvm-project/clang/lib/Parse/
DParseObjc.cpp746 OCDS.getNullabilityLoc(), in ParseObjCInterfaceDeclList()
807 << SourceRange(DS.getNullabilityLoc()); in diagnoseRedundantPropertyNullability()
814 << SourceRange(DS.getNullabilityLoc()); in diagnoseRedundantPropertyNullability()
1275 DS.getNullabilityLoc(), in ParseObjCTypeName()
/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h872 SourceLocation getNullabilityLoc() const { in getNullabilityLoc() function