Home
last modified time | relevance | path

Searched defs:DRE (Results 1 – 25 of 29) sorted by relevance

12

/external/clang/lib/ARCMigrate/
DTransAPIUses.cpp105 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(rec)) in VisitObjCMessageExpr() local
DTransUnbridgedCasts.cpp191 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(E)) in isSelf() local
DTransforms.cpp157 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(E)) in isGlobalVar() local
/external/clang/lib/StaticAnalyzer/Checkers/
DIteratorsChecker.cpp275 const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(ME->getBase()); in handleAssign() local
303 if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(rexp)) { in handleAssign() local
369 const DeclRefExpr *DRE = getDeclRefExpr(E); in getRegion() local
564 const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(ME->getBase()); in checkPreStmt() local
DDeadStoresChecker.cpp279 if (DeclRefExpr *DRE=dyn_cast<DeclRefExpr>(E->IgnoreParenCasts())) in ObserveStmt() local
/external/clang/lib/Rewrite/
DRewriteObjC.cpp2148 DeclRefExpr *DRE = in SynthesizeCallToFunctionDecl() local
2662 DeclRefExpr *DRE = new (Context) DeclRefExpr(NewVD, strType, VK_LValue, in RewriteObjCStringLiteral() local
2829 DeclRefExpr *DRE = new (Context) DeclRefExpr(SuperContructorFunctionDecl, in SynthMessageExpr() local
2937 DeclRefExpr *DRE = new (Context) DeclRefExpr(SuperContructorFunctionDecl, in SynthMessageExpr() local
3058 DeclRefExpr *DRE = new (Context) DeclRefExpr(MsgSendFlavor, msgSendType, in SynthMessageExpr() local
3182 DeclRefExpr *DRE = new (Context) DeclRefExpr(VD, getProtocolType(), VK_LValue, in RewriteObjCProtocolExpr() local
4554 else if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(S)) in GetBlockDeclRefExprs() local
4589 else if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(S)) { in GetInnerBlockDeclRefExprs() local
4633 if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(BlockExp)) { in SynthesizeBlockCall() local
4792 Stmt *RewriteObjC::RewriteLocalVariableExternalStorage(DeclRefExpr *DRE) { in RewriteLocalVariableExternalStorage()
[all …]
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp207 } else if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(CEE)) { in CheckFallThrough() local
427 if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(E)) { in DiagnoseUninitializedUse() local
DSemaChecking.cpp398 DeclRefExpr *DRE =cast<DeclRefExpr>(TheCall->getCallee()->IgnoreParenCasts()); in SemaBuiltinAtomicOverloaded() local
903 DeclRefExpr *DRE =cast<DeclRefExpr>(TheCall->getCallee()->IgnoreParenCasts()); in SemaBuiltinConstantArg() local
1051 if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(ICE->getSubExpr())) { in SemaCheckStringLiteral() local
3224 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(E)) in CheckImplicitConversion() local
3523 if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(BaseExpr)) in CheckArrayAccess_Check() local
DSemaTemplate.cpp3370 DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(Arg); in CheckTemplateArgumentAddressOfObjectOrFunction() local
3596 DeclRefExpr *DRE = 0; in CheckTemplateArgumentPointerToMember() local
4610 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(ArgExpr)) in CheckNonTypeClassTemplatePartialSpecializationArgs() local
DSemaTemplateDeduction.cpp142 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(E)) in getDeducedParameterFromExpr() local
3922 const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(E); in MarkUsedTemplateParameters() local
DSemaExprObjC.cpp455 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(receiver)) in isSelfExpr() local
DSemaCodeComplete.cpp3437 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(CaseVal)) in CodeCompleteCase() local
3565 else if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(NakedFn)) { in CodeCompleteCall() local
DSemaType.cpp3795 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(E->IgnoreParens())) { in RequireCompleteExprType() local
DSemaExprCXX.cpp497 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(Ex->IgnoreParens())) in ActOnCXXThrow() local
DSemaDecl.cpp5254 DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(SubExpr); in CheckForSelfReference() local
/external/clang/lib/CodeGen/
DCGExprAgg.cpp93 void VisitDeclRefExpr(DeclRefExpr *DRE) { EmitAggLoadOfLValue(DRE); } in VisitDeclRefExpr()
421 if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(E->getLHS())) in VisitBinAssign() local
DCGDecl.cpp376 DeclRefExpr DRE(const_cast<VarDecl*>(&Var), Var.getType(), VK_LValue, in Emit() local
393 DeclRefExpr DRE(const_cast<VarDecl*>(&Var), Var.getType(), VK_LValue, in Emit() local
DCGExpr.cpp1579 if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(ICE->getSubExpr())) { in EmitArraySubscriptExpr() local
2173 if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(CE->getSubExpr())) { in EmitCallExpr() local
DCGExprCXX.cpp142 if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(Base)) { in canDevirtualizeMemberFunctionCalls() local
DCGClass.cpp1636 if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(Base)) { in canDevirtualizeMemberFunctionCall() local
DCGExprScalar.cpp2432 if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(E)) in isCheapEnoughToEvaluateUnconditionally() local
/external/clang/lib/AST/
DExprConstant.cpp138 if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(E)) { in IsGlobalLValue() local
1220 if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(E)) { in GetObjectType() local
1606 if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(E)) in GetAlignOfExpr() local
DExpr.cpp783 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(CEE)) in getCalleeDecl() local
834 const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(ICE->getSubExpr()); in isBuiltinCall() local
DItaniumMangle.cpp2602 const DependentScopeDeclRefExpr *DRE = cast<DependentScopeDeclRefExpr>(E); in mangleExpression() local
DASTContext.cpp2776 if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(e)) { in getDecltypeForExpr() local

12