Searched refs:Decl2 (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp1008 static bool AttributesMatch(const Decl *Decl1, const Decl *Decl2, argument
1010 if (!Decl1->hasAttrs() || !Decl2->hasAttrs()) {
1011 AvailabilityArgsMatch = (Decl1->hasAttrs() == Decl2->hasAttrs());
1016 const AttrVec &Attrs2 = Decl2->getAttrs();
/external/clang/lib/Analysis/
H A DCFG.cpp650 const DeclRefExpr *Decl2 = local
654 if (!Decl2 && !Literal2) {
663 Decl2 = dyn_cast<DeclRefExpr>(RHS->getRHS()->IgnoreParenImpCasts());
667 if (!Decl2 || !Literal2)
671 if (Decl1->getDecl() != Decl2->getDecl())

Completed in 352 milliseconds