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

/external/clang/include/clang/AST/
H A DDecl.h1189 setParameterIndex(parameterIndex);
1199 setParameterIndex(parameterIndex);
1327 void setParameterIndex(unsigned parameterIndex) {
H A DASTContext.h2080 void setParameterIndex(const ParmVarDecl *D, unsigned index);
/external/clang/lib/AST/
H A DDecl.cpp1931 getASTContext().setParameterIndex(this, parameterIndex);
H A DASTContext.cpp7803 void ASTContext::setParameterIndex(const ParmVarDecl *D, unsigned int index) { function in class:ASTContext

Completed in 166 milliseconds