Home
last modified time | relevance | path

Searched refs:setDecl (Results 1 – 12 of 12) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DUnresolvedSet.h54 void setDecl(NamedDecl *ND) const { return ir->setDecl(ND); } in setDecl() function
129 return (I->setDecl(New), true); in replace()
136 I.ir->setDecl(New); in replace()
H A DDeclAccessPair.h49 void setDecl(NamedDecl *D) { in setDecl() function
H A DCommentSema.h77 void setDecl(const Decl *D);
H A DExprObjC.h502 void setDecl(ObjCIvarDecl *d) { D = d; }
H A DStmt.h800 void setDecl(LabelDecl *D) { TheDecl = D; } in setDecl() function
H A DExpr.h994 void setDecl(ValueDecl *NewD) { D = NewD; } in setDecl() function
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DRawCommentList.cpp157 S.setDecl(D); in parse()
H A DCommentSema.cpp36 void Sema::setDecl(const Decl *D) { in setDecl() function in clang::comments::Sema
H A DDeclCXX.cpp43 I.setDecl(cast<NamedDecl>(Source->GetExternalDecl( in getFromExternalSource()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp166 S->setDecl(LD); in VisitLabelStmt()
452 E->setDecl(ReadDeclAs<ValueDecl>(Record, Idx)); in VisitDeclRefExpr()
986 E->setDecl(ReadDeclAs<ObjCIvarDecl>(Record, Idx)); in VisitObjCIvarRefExpr()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp5011 DRE->setDecl(Def); in RequireCompleteExprType()
H A DSemaExpr.cpp13581 DRE->setDecl(NewFD); in resolveDecl()