Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h1710 setParameterIndex(parameterIndex); in setObjCMethodScopeInfo()
1720 setParameterIndex(parameterIndex); in setScopeInfo()
1836 void setParameterIndex(unsigned parameterIndex) { in setParameterIndex() function
H A DASTContext.h3078 void setParameterIndex(const ParmVarDecl *D, unsigned index);
/llvm-project-15.0.7/clang/lib/AST/
H A DDecl.cpp2924 getASTContext().setParameterIndex(this, parameterIndex); in setParameterIndexLarge()
H A DASTContext.cpp11935 void ASTContext::setParameterIndex(const ParmVarDecl *D, unsigned int index) { in setParameterIndex() function in ASTContext