Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclAccessPair.h48 void setDecl(NamedDecl *D) { in setDecl() function
H A DUnresolvedSet.h51 void setDecl(NamedDecl *ND) const { return I->setDecl(ND); } in setDecl() function
H A DExprObjC.h578 void setDecl(ObjCIvarDecl *d) { D = d; } in setDecl() function
H A DStmt.h1862 void setDecl(LabelDecl *D) { TheDecl = D; } in setDecl() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCommentSema.cpp36 void Sema::setDecl(const Decl *D) { in setDecl() function in clang::comments::Sema
H A DExpr.cpp592 void DeclRefExpr::setDecl(ValueDecl *NewD) { in setDecl() function in DeclRefExpr