Home
last modified time | relevance | path

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

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