Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1890 enum { ParameterIndexSentinel = (1 << NumParameterIndexBits) - 1 }; enumerator
1894 if (parameterIndex >= ParameterIndexSentinel) { in setParameterIndex()
1904 return d == ParameterIndexSentinel ? getParameterIndexLarge() : d; in getParameterIndex()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3018 ParmVarDeclBits.ParameterIndex = ParameterIndexSentinel; in setParameterIndexLarge()