Searched defs:setParameterIndex (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/include/clang/AST/ | ||
H A D | Decl.h | 1932 void setParameterIndex(unsigned parameterIndex) { setParameterIndex() function |
/llvm-project/clang/lib/AST/ | ||
H A D | ASTContext.cpp | 12438 void ASTContext::setParameterIndex(const ParmVarDecl *D, unsigned int index) { setParameterIndex() function in ASTContext |