Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h1788 enum { ParameterIndexSentinel = (1 << NumParameterIndexBits) - 1 }; enumerator
1791 if (parameterIndex >= ParameterIndexSentinel) { in setParameterIndex()
1801 return d == ParameterIndexSentinel ? getParameterIndexLarge() : d; in getParameterIndex()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp2832 ParmVarDeclBits.ParameterIndex = ParameterIndexSentinel; in setParameterIndexLarge()