Searched refs:IsLocalDecl (Results 1 – 3 of 3) sorted by relevance
683 bool IsLocalDecl(const Decl *D) { in IsLocalDecl() function
1932 assert(IsLocalDecl(D) && "expected a local declaration"); in getFirstLocalDecl()1935 if (IsLocalDecl(Canon)) in getFirstLocalDecl()1943 if (IsLocalDecl(Redecl)) in getFirstLocalDecl()
6398 if (IsLocalDecl(Prev)) in DeclarationMarkedUsed()