Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DDecl.h1286 return getParameterIndex(); in getFunctionScopeIndex()
1405 unsigned getParameterIndex() const { in getParameterIndex() function
DASTContext.h2154 unsigned getParameterIndex(const ParmVarDecl *D) const;
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DDecl.cpp2176 return getASTContext().getParameterIndex(this); in getParameterIndexLarge()
DASTContext.cpp8091 unsigned ASTContext::getParameterIndex(const ParmVarDecl *D) const { in getParameterIndex() function in ASTContext