Searched refs:setDecl (Results 1 - 12 of 12) sorted by path

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DCommentSema.h76 void setDecl(const Decl *D);
H A DDeclAccessPair.h48 void setDecl(NamedDecl *D) { function in class:clang::DeclAccessPair
H A DExpr.h1249 void setDecl(ValueDecl *NewD) { D = NewD; } function in class:clang::final
H A DExprObjC.h578 void setDecl(ObjCIvarDecl *d) { D = d; } function in class:clang::ObjCIvarRefExpr
H A DStmt.h1765 void setDecl(LabelDecl *D) { TheDecl = D; } function in class:clang::LabelStmt
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); }
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp35 void Sema::setDecl(const Decl *D) { function in class:clang::comments::Sema
H A DDeclCXX.cpp69 I.setDecl(cast<NamedDecl>(Source->GetExternalDecl(
H A DRawCommentList.cpp216 S.setDecl(D);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp17858 DRE->setDecl(NewFD);
H A DSemaType.cpp7850 DRE->setDecl(Def);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp188 S->setDecl(LD);
576 E->setDecl(readDeclAs<ValueDecl>());
1358 E->setDecl(readDeclAs<ObjCIvarDecl>());

Completed in 496 milliseconds