Searched defs:setDecl (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/include/clang/AST/ | ||
H A D | DeclAccessPair.h | 67 void setDecl(NamedDecl *D) { in setDecl() function |
H A D | UnresolvedSet.h | 52 void setDecl(NamedDecl *ND) const { return I->setDecl(ND); } in setDecl() function |
H A D | ExprObjC.h | 581 void setDecl(ObjCIvarDecl *d) { D = d; } in setDecl() function |
/llvm-project/clang/lib/AST/ | ||
H A D | CommentSema.cpp | 36 void Sema::setDecl(const Decl *D) { setDecl() function in clang::comments::Sema |
H A D | Expr.cpp | 544 void DeclRefExpr::setDecl(ValueDecl *NewD) { setDecl() function in DeclRefExpr |