Home | History | Annotate | Download | only in Sema

Lines Matching defs:DRE

467   DeclRefExpr *DRE =cast<DeclRefExpr>(TheCall->getCallee()->IgnoreParenCasts());
485 Diag(DRE->getLocStart(), diag::err_atomic_builtin_must_be_pointer)
502 Diag(DRE->getLocStart(), diag::ext_typecheck_convert_discards_qualifiers)
520 Diag(DRE->getLocStart(), diag::err_atomic_builtin_must_be_pointer_intfltptr)
527 Diag(DRE->getLocStart(), diag::err_atomic_exclusive_builtin_pointer_size)
541 Diag(DRE->getLocStart(), diag::err_arc_atomic_ownership)
878 DeclRefExpr *DRE =cast<DeclRefExpr>(TheCall->getCallee()->IgnoreParenCasts());
997 Diag(DRE->getLocStart(), diag::err_atomic_builtin_must_be_pointer)
1007 Diag(DRE->getLocStart(), diag::err_atomic_op_needs_atomic)
1012 Diag(DRE->getLocStart(), diag::err_atomic_op_needs_non_const_atomic)
1023 Diag(DRE->getLocStart(), diag::err_atomic_op_needs_atomic_int_or_ptr)
1028 Diag(DRE->getLocStart(), diag::err_atomic_op_bitwise_needs_atomic_int)
1035 Diag(DRE->getLocStart(), diag::err_atomic_op_needs_atomic_int_or_ptr)
1043 Diag(DRE->getLocStart(), diag::err_atomic_op_needs_trivial_copy)
1062 Diag(DRE->getLocStart(), diag::err_arc_atomic_ownership)
1212 DeclRefExpr *DRE =cast<DeclRefExpr>(TheCall->getCallee()->IgnoreParenCasts());
1213 FunctionDecl *FDecl = cast<FunctionDecl>(DRE->getDecl());
1237 Diag(DRE->getLocStart(), diag::err_atomic_builtin_must_be_pointer)
1245 Diag(DRE->getLocStart(), diag::err_atomic_builtin_must_be_pointer_intptr)
1259 Diag(DRE->getLocStart(), diag::err_arc_atomic_ownership)
1308 Diag(DRE->getLocStart(), diag::err_atomic_builtin_pointer_size)
1481 LookupResult Res(*this, DN, DRE->getLocStart(), LookupOrdinaryName);
1518 DRE->getQualifierLoc(),
1522 DRE->getLocation(),
1524 DRE->getValueKind());
1866 DeclRefExpr *DRE =cast<DeclRefExpr>(TheCall->getCallee()->IgnoreParenCasts());
1867 FunctionDecl *FDecl = cast<FunctionDecl>(DRE->getDecl());
5360 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(E))
5361 if (EnumConstantDecl *ECD = dyn_cast<EnumConstantDecl>(DRE->getDecl())) {
5730 } else if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(E))
5732 return DRE->getDecl();
6237 if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(BaseExpr))
6238 ND = dyn_cast<NamedDecl>(DRE->getDecl());
6322 if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(BaseExpr))
6323 ND = dyn_cast<NamedDecl>(DRE->getDecl());
7076 const DeclRefExpr *DRE = cast<DeclRefExpr>(TypeExpr);
7077 *VD = DRE->getDecl();