/external/clang/include/clang/AST/ |
D | UnresolvedSet.h | 45 void setDecl(NamedDecl *ND) const { return I->setDecl(ND); } in setDecl() function 96 return (I->setDecl(New), true); in replace() 102 void replace(iterator I, NamedDecl *New) { I.I->setDecl(New); } in replace()
|
D | DeclAccessPair.h | 49 void setDecl(NamedDecl *D) { in setDecl() function
|
D | CommentSema.h | 77 void setDecl(const Decl *D);
|
D | ExprObjC.h | 507 void setDecl(ObjCIvarDecl *d) { D = d; }
|
D | Stmt.h | 807 void setDecl(LabelDecl *D) { TheDecl = D; } in setDecl() function
|
D | Expr.h | 1019 void setDecl(ValueDecl *NewD) { D = NewD; } in setDecl() function
|
/external/llvm-project/clang/include/clang/AST/ |
D | UnresolvedSet.h | 51 void setDecl(NamedDecl *ND) const { return I->setDecl(ND); } in setDecl() function 105 return (I->setDecl(New), true); in replace() 111 void replace(iterator I, NamedDecl *New) { I.I->setDecl(New); } in replace()
|
D | DeclAccessPair.h | 48 void setDecl(NamedDecl *D) { in setDecl() function
|
D | CommentSema.h | 76 void setDecl(const Decl *D);
|
D | ExprObjC.h | 578 void setDecl(ObjCIvarDecl *d) { D = d; } in setDecl() function
|
D | Stmt.h | 1816 void setDecl(LabelDecl *D) { TheDecl = D; } in setDecl() function
|
D | Expr.h | 1287 void setDecl(ValueDecl *NewD);
|
/external/clang/lib/AST/ |
D | RawCommentList.cpp | 216 S.setDecl(D); in parse()
|
D | CommentSema.cpp | 36 void Sema::setDecl(const Decl *D) { in setDecl() function in clang::comments::Sema
|
D | DeclCXX.cpp | 43 I.setDecl(cast<NamedDecl>(Source->GetExternalDecl( in getFromExternalSource()
|
/external/llvm-project/clang/lib/AST/ |
D | RawCommentList.cpp | 217 S.setDecl(D); in parse()
|
D | CommentSema.cpp | 36 void Sema::setDecl(const Decl *D) { in setDecl() function in clang::comments::Sema
|
D | DeclCXX.cpp | 70 I.setDecl(cast<NamedDecl>(Source->GetExternalDecl( in getFromExternalSource()
|
D | Expr.cpp | 489 void DeclRefExpr::setDecl(ValueDecl *NewD) { in setDecl() function in DeclRefExpr
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 190 S->setDecl(LD); in VisitLabelStmt() 617 E->setDecl(readDeclAs<ValueDecl>()); in VisitDeclRefExpr() 1472 E->setDecl(readDeclAs<ObjCIvarDecl>()); in VisitObjCIvarRefExpr()
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 167 S->setDecl(LD); in VisitLabelStmt() 478 E->setDecl(ReadDeclAs<ValueDecl>(Record, Idx)); in VisitDeclRefExpr() 1033 E->setDecl(ReadDeclAs<ObjCIvarDecl>(Record, Idx)); in VisitObjCIvarRefExpr()
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 6757 DRE->setDecl(Def); in completeExprArrayBound()
|
D | SemaExpr.cpp | 14821 DRE->setDecl(NewFD); in resolveDecl()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaType.cpp | 8347 DRE->setDecl(Def); in completeExprArrayBound()
|
D | SemaExpr.cpp | 18159 DRE->setDecl(DRE->getDecl()); in DoMarkVarDeclReferenced() 19100 DRE->setDecl(NewFD); in resolveDecl()
|