Searched refs:Decl1 (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());
1015 const AttrVec &Attrs1 = Decl1->getAttrs();
/external/clang/lib/Analysis/
H A DCFG.cpp629 const DeclRefExpr *Decl1 = local
633 if (!Decl1 && !Literal1) {
642 Decl1 = dyn_cast<DeclRefExpr>(LHS->getRHS()->IgnoreParenImpCasts());
646 if (!Decl1 || !Literal1)
671 if (Decl1->getDecl() != Decl2->getDecl())

Completed in 419 milliseconds