Searched refs:IsLocalDecl (Results 1 – 3 of 3) sorted by relevance
571 bool IsLocalDecl(const Decl *D) { in IsLocalDecl() function
1565 assert(IsLocalDecl(D) && "expected a local declaration"); in getFirstLocalDecl()1568 if (IsLocalDecl(Canon)) in getFirstLocalDecl()1576 if (IsLocalDecl(Redecl)) in getFirstLocalDecl()
5805 if (IsLocalDecl(Prev)) in DeclarationMarkedUsed()