Home | History | Annotate | Download | only in Sema

Lines Matching refs:DRE

491   DeclRefExpr *DRE =cast<DeclRefExpr>(TheCall->getCallee()->IgnoreParenCasts());
610 Diag(DRE->getLocStart(), diag::err_atomic_builtin_must_be_pointer)
620 Diag(DRE->getLocStart(), diag::err_atomic_op_needs_atomic)
631 Diag(DRE->getLocStart(), diag::err_atomic_op_needs_atomic_int_or_ptr)
636 Diag(DRE->getLocStart(), diag::err_atomic_op_bitwise_needs_atomic_int)
643 Diag(DRE->getLocStart(), diag::err_atomic_op_needs_atomic_int_or_ptr)
651 Diag(DRE->getLocStart(), diag::err_atomic_op_needs_trivial_copy)
670 Diag(DRE->getLocStart(), diag::err_arc_atomic_ownership)
813 DeclRefExpr *DRE =cast<DeclRefExpr>(TheCall->getCallee()->IgnoreParenCasts());
814 FunctionDecl *FDecl = cast<FunctionDecl>(DRE->getDecl());
838 Diag(DRE->getLocStart(), diag::err_atomic_builtin_must_be_pointer)
846 Diag(DRE->getLocStart(), diag::err_atomic_builtin_must_be_pointer_intptr)
860 Diag(DRE->getLocStart(), diag::err_arc_atomic_ownership)
909 Diag(DRE->getLocStart(), diag::err_atomic_builtin_pointer_size)
1079 TUScope, false, DRE->getLocStart()));
1110 DRE->getQualifierLoc(),
1114 DRE->getLocation(),
1116 DRE->getValueKind());
1439 DeclRefExpr *DRE =cast<DeclRefExpr>(TheCall->getCallee()->IgnoreParenCasts());
1440 FunctionDecl *FDecl = cast<FunctionDecl>(DRE->getDecl());
4271 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(E))
4272 if (EnumConstantDecl *ECD = dyn_cast<EnumConstantDecl>(DRE->getDecl())) {
4601 if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(BaseExpr))
4602 ND = dyn_cast<NamedDecl>(DRE->getDecl());
4686 if (const DeclRefExpr *DRE
4687 ND = dyn_cast<NamedDecl>(DRE->getDecl());