Home
last modified time | relevance | path

Searched defs:Decl2 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/clang/lib/Analysis/
H A DCFG.cpp104 auto *Decl2 = cast<DeclRefExpr>(E2)->getDecl(); in areExprTypesCompatible() local
778 const DeclRefExpr *Decl2; in checkIncorrectLogicOperator() local
/aosp_15_r20/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp1139 static bool AttributesMatch(const Decl *Decl1, const Decl *Decl2, in AttributesMatch()