Home
last modified time | relevance | path

Searched refs:getParameterIndex (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDecl.h1785 return getParameterIndex(); in getFunctionScopeIndex()
1889 unsigned getParameterIndex() const { in getParameterIndex() function
H A DASTContext.h3097 unsigned getParameterIndex(const ParmVarDecl *D) const;
/openbsd/gnu/llvm/clang/lib/AST/
H A DDecl.cpp2957 return getASTContext().getParameterIndex(this); in getParameterIndexLarge()
H A DASTContext.cpp12084 unsigned ASTContext::getParameterIndex(const ParmVarDecl *D) const { in getParameterIndex() function in ASTContext