Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp805 bool isContextSensitive) { in getNullabilitySpelling() argument
808 return isContextSensitive ? "nonnull" : "_Nonnull"; in getNullabilitySpelling()
811 return isContextSensitive ? "nullable" : "_Nullable"; in getNullabilitySpelling()
814 assert(!isContextSensitive && in getNullabilitySpelling()
819 return isContextSensitive ? "null_unspecified" : "_Null_unspecified"; in getNullabilitySpelling()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h360 bool isContextSensitive = false);