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

/netbsd-current/external/apache2/llvm/dist/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.h1817 void setDecl(LabelDecl *D) { TheDecl = D; } function in class:clang::LabelStmt
H A DExpr.h1287 void setDecl(ValueDecl *NewD);
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DRawCommentList.cpp217 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.cpp491 void DeclRefExpr::setDecl(ValueDecl *NewD) { function in class:DeclRefExpr
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp191 S->setDecl(LD);
1473 E->setDecl(readDeclAs<ObjCIvarDecl>());
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp8306 DRE->setDecl(Def);
H A DSemaExpr.cpp18405 DRE->setDecl(DRE->getDecl());
19346 DRE->setDecl(NewFD);

Completed in 568 milliseconds