Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DTypes.h528 static unsigned getMaxNullabilityIndex() { in getMaxNullabilityIndex() function
533 assert(index <= getMaxNullabilityIndex()); in addTypeInfo()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp706 if (Nullability.size() > FunctionInfo::getMaxNullabilityIndex()) { in convertNullability()