Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1904 return d == ParameterIndexSentinel ? getParameterIndexLarge() : d; in getParameterIndex()
1908 unsigned getParameterIndexLarge() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3021 unsigned ParmVarDecl::getParameterIndexLarge() const { in getParameterIndexLarge() function in ParmVarDecl