Home
last modified time | relevance | path

Searched defs:declRef (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/lib/ARCMigrate/
H A DTransARCAssign.cpp48 DeclRefExpr *declRef = dyn_cast<DeclRefExpr>(E->IgnoreParenCasts()); in VisitBinaryOperator() local
/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp926 DeclRefExpr declRef(getContext(), const_cast<VarDecl *>(variable), EmitBlockLiteral() local
1000 DeclRefExpr declRef(getContext(), const_cast<VarDecl *>(variable), EmitBlockLiteral() local
H A DCGObjC.cpp324 if (!declRef) return true; in shouldExtendReceiverForInnerPointerMessage() local
/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1816 ExprResult declRef = S.BuildDeclRefExpr(GroDecl, GroType, VK_LValue, Loc); makeGroDeclAndReturnStmt() local
H A DSemaExpr.cpp13344 DeclRefExpr *declRef = dyn_cast<DeclRefExpr>(E->IgnoreParenCasts()); CheckForModifiableLvalue() local