Home
last modified time | relevance | path

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

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