Home
last modified time | relevance | path

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

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