Lines Matching refs:decl
201 const Decl *TargetDecl = CE->getCalleeDecl();
485 static OpenCLAccessAttr *getOpenCLArgAccess(const Decl *D) {
2939 // Get the decl for the concrete builtin from this, we can tell what the
2983 // Create a new DeclRefExpr to refer to the new decl.
4816 NamedDecl *decl = (*I)->getUnderlyingDecl();
4817 if (MemberKind *FK = dyn_cast<MemberKind>(decl))
6496 const Decl *ParentDecl);
6499 const Decl *ParentDecl);
6591 const Decl *ParentDecl) {
6746 const Decl *ParentDecl) {
8707 // Expect to find a single Decl. Skip anything more complicated.
8719 // Check for parameter decl with nonnull attribute
9566 // See if this is the last field decl in the record.
9567 const Decl *D = FD;
10113 ValueDecl *Decl = ReceiverRE->getDecl();
10116 << Decl->getName() << Decl->getName();
10118 Diag(Decl->getLocation(),
10120 << Decl->getName();
10127 ObjCIvarDecl *Decl = IvarRE->getDecl();
10130 << Decl->getName() << Decl->getName();
10131 Diag(Decl->getLocation(),
10133 << Decl->getName();
10480 // Decl and that the base Expr's are DeclRefExpr's with the same Decl or