HomeSort by relevance Sort by last modified time
    Searched refs:declRef (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/ARCMigrate/
TransARCAssign.cpp 49 DeclRefExpr *declRef = dyn_cast<DeclRefExpr>(E->IgnoreParenCasts());
50 if (declRef && isa<VarDecl>(declRef->getDecl())) {
55 VarDecl *var = cast<VarDecl>(declRef->getDecl());
  /external/clang/lib/CodeGen/
CGBlocks.cpp 779 DeclRefExpr declRef(const_cast<VarDecl *>(variable),
782 src = EmitDeclRefLValue(&declRef).getAddress();
    [all...]
CGObjC.cpp 270 const DeclRefExpr *declRef = dyn_cast<DeclRefExpr>(ice->getSubExpr());
271 if (!declRef) return true;
272 const VarDecl *var = dyn_cast<VarDecl>(declRef->getDecl());
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 2921 milliseconds