Searched defs:setDecl (Results 1 – 5 of 5) sorted by relevance
67 void setDecl(NamedDecl *D) { in setDecl() function
52 void setDecl(NamedDecl *ND) const { return I->setDecl(ND); } in setDecl() function
581 void setDecl(ObjCIvarDecl *d) { D = d; } in setDecl() function
36 void Sema::setDecl(const Decl *D) { in setDecl() function in clang::comments::Sema
544 void DeclRefExpr::setDecl(ValueDecl *NewD) { in setDecl() function in DeclRefExpr