Searched refs:IsLocalDecl (Results 1 – 3 of 3) sorted by relevance
771 bool IsLocalDecl(const Decl *D) { in IsLocalDecl() function
2211 assert(IsLocalDecl(D) && "expected a local declaration"); in getFirstLocalDecl()2214 if (IsLocalDecl(Canon)) in getFirstLocalDecl()2222 if (IsLocalDecl(Redecl)) in getFirstLocalDecl()
7652 if (IsLocalDecl(Prev)) in DeclarationMarkedUsed()