Home | History | Annotate | Download | only in AST

Lines Matching refs:setParamsAndSelLocs

508 void ObjCMethodDecl::setParamsAndSelLocs(ASTContext &C,
535 return setParamsAndSelLocs(C, Params, ArrayRef<SourceLocation>());
540 return setParamsAndSelLocs(C, Params, ArrayRef<SourceLocation>());
542 setParamsAndSelLocs(C, Params, SelLocs);