Home
last modified time | relevance | path

Searched defs:setDecl (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/include/clang/AST/
H A DDeclAccessPair.h67 void setDecl(NamedDecl *D) { in setDecl() function
H A DUnresolvedSet.h52 void setDecl(NamedDecl *ND) const { return I->setDecl(ND); } in setDecl() function
H A DExprObjC.h581 void setDecl(ObjCIvarDecl *d) { D = d; } in setDecl() function
/llvm-project/clang/lib/AST/
H A DCommentSema.cpp36 void Sema::setDecl(const Decl *D) { setDecl() function in clang::comments::Sema
H A DExpr.cpp544 void DeclRefExpr::setDecl(ValueDecl *NewD) { setDecl() function in DeclRefExpr