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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp103 auto *Decl1 = cast<DeclRefExpr>(E1)->getDecl(); local
106 assert(isa<EnumConstantDecl>(Decl1) && isa<EnumConstantDecl>(Decl2));
107 const DeclContext *DC1 = Decl1->getDeclContext();
770 const DeclRefExpr *Decl1; local
773 std::tie(Decl1, BO1, Expr1) = tryNormalizeBinaryOperator(LHS);
775 if (!Decl1 || !Expr1)
787 if (Decl1->getDecl() != Decl2->getDecl())
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp1139 static bool AttributesMatch(const Decl *Decl1, const Decl *Decl2, argument
1141 if (!Decl1->hasAttrs() || !Decl2->hasAttrs()) {
1142 AvailabilityArgsMatch = (Decl1->hasAttrs() == Decl2->hasAttrs());
1146 const AttrVec &Attrs1 = Decl1->getAttrs();

Completed in 66 milliseconds