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.cpp835 bool isContextSensitive) { in getNullabilitySpelling() argument
838 return isContextSensitive ? "nonnull" : "_Nonnull"; in getNullabilitySpelling()
841 return isContextSensitive ? "nullable" : "_Nullable"; in getNullabilitySpelling()
844 assert(!isContextSensitive && in getNullabilitySpelling()
849 return isContextSensitive ? "null_unspecified" : "_Null_unspecified"; in getNullabilitySpelling()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h375 bool isContextSensitive = false);