Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h1325 enum { ParameterIndexSentinel = (1 << NumParameterIndexBits) - 1 }; enumerator
1328 if (parameterIndex >= ParameterIndexSentinel) { in setParameterIndex()
1338 return d == ParameterIndexSentinel ? getParameterIndexLarge() : d; in getParameterIndex()
/external/clang/lib/AST/
DDecl.cpp1932 ParmVarDeclBits.ParameterIndex = ParameterIndexSentinel; in setParameterIndexLarge()