Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h1847 return d == ParameterIndexSentinel ? getParameterIndexLarge() : d; in getParameterIndex()
1851 unsigned getParameterIndexLarge() const;
/llvm-project-15.0.7/clang/lib/AST/
H A DDecl.cpp2928 unsigned ParmVarDecl::getParameterIndexLarge() const { in getParameterIndexLarge() function in ParmVarDecl