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

  /external/clang/lib/ARCMigrate/
ObjCMT.cpp     [all...]
  /external/clang/lib/Analysis/
CFG.cpp 650 const DeclRefExpr *Decl2 =
654 if (!Decl2 && !Literal2) {
663 Decl2 = dyn_cast<DeclRefExpr>(RHS->getRHS()->IgnoreParenImpCasts());
667 if (!Decl2 || !Literal2)
671 if (Decl1->getDecl() != Decl2->getDecl())
    [all...]

Completed in 175 milliseconds