Searched refs:setDecl (Results 1 - 13 of 13) sorted by relevance

/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DDeclAccessPair.h48 void setDecl(NamedDecl *D) { function in class:clang::DeclAccessPair
H A DUnresolvedSet.h51 void setDecl(NamedDecl *ND) const { return I->setDecl(ND); } function in class:clang::UnresolvedSetIterator
105 return (I->setDecl(New), true);
111 void replace(iterator I, NamedDecl *New) { I.I->setDecl(New); }
H A DCommentSema.h76 void setDecl(const Decl *D);
H A DExprObjC.h578 void setDecl(ObjCIvarDecl *d) { D = d; } function in class:clang::ObjCIvarRefExpr
H A DStmt.h1862 void setDecl(LabelDecl *D) { TheDecl = D; } function in class:clang::LabelStmt
H A DExpr.h1308 void setDecl(ValueDecl *NewD);
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DRawCommentList.cpp218 S.setDecl(D);
H A DCommentSema.cpp36 void Sema::setDecl(const Decl *D) { function in class:clang::comments::Sema
H A DDeclCXX.cpp70 I.setDecl(cast<NamedDecl>(Source->GetExternalDecl(
H A DExpr.cpp592 void DeclRefExpr::setDecl(ValueDecl *NewD) { function in class:DeclRefExpr
/openbsd-current/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp196 S->setDecl(LD);
1474 E->setDecl(readDeclAs<ObjCIvarDecl>());
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp8647 DRE->setDecl(Def);
H A DSemaExpr.cpp19843 DRE->setDecl(DRE->getDecl());
20823 DRE->setDecl(NewFD);

Completed in 526 milliseconds