Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransARCAssign.cpp49 DeclRefExpr *declRef = dyn_cast<DeclRefExpr>(E->IgnoreParenCasts()); in VisitBinaryOperator() local
/external/llvm-project/clang/lib/ARCMigrate/
DTransARCAssign.cpp48 DeclRefExpr *declRef = dyn_cast<DeclRefExpr>(E->IgnoreParenCasts()); in VisitBinaryOperator() local
/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DThrowByValueCatchByReferenceCheck.cpp82 auto *declRef = dyn_cast<DeclRefExpr>(inner); in diagnoseThrowLocations() local
/external/clang/lib/CodeGen/
DCGBlocks.cpp805 DeclRefExpr declRef(const_cast<VarDecl *>(variable), in EmitBlockLiteral() local
872 DeclRefExpr declRef(const_cast<VarDecl *>(variable), in EmitBlockLiteral() local
DCGObjC.cpp302 const DeclRefExpr *declRef = dyn_cast<DeclRefExpr>(ice->getSubExpr()); in shouldExtendReceiverForInnerPointerMessage() local
/external/llvm-project/clang/lib/CodeGen/
DCGBlocks.cpp947 DeclRefExpr declRef(getContext(), const_cast<VarDecl *>(variable), in EmitBlockLiteral() local
1021 DeclRefExpr declRef(getContext(), const_cast<VarDecl *>(variable), in EmitBlockLiteral() local
DCGObjC.cpp319 const DeclRefExpr *declRef = dyn_cast<DeclRefExpr>(ice->getSubExpr()); in shouldExtendReceiverForInnerPointerMessage() local
/external/llvm-project/clang/lib/Sema/
DSemaCoroutine.cpp1609 ExprResult declRef = S.BuildDeclRefExpr(GroDecl, GroType, VK_LValue, Loc); in makeGroDeclAndReturnStmt() local
DSemaExpr.cpp12740 DeclRefExpr *declRef = dyn_cast<DeclRefExpr>(E->IgnoreParenCasts()); in CheckForModifiableLvalue() local
/external/clang/lib/Sema/
DSemaExpr.cpp9856 DeclRefExpr *declRef = dyn_cast<DeclRefExpr>(E->IgnoreParenCasts()); in CheckForModifiableLvalue() local