Lines Matching defs:Ignore
377 /// Ignore this declaration, if it is seen again.
378 void Ignore(const Decl *D) { AllDeclsFound.insert(D->getCanonicalDecl()); }
775 // Ignore reserved names for compiler provided decls.
4366 Results.Ignore(Overridden);
4874 // Ignore any declarations that we were told that we don't care about.
4876 Results.Ignore(Data.IgnoreDecls[I]);
6226 // Ignore type-dependent call expressions entirely.
6619 // Ignore VD to avoid completing the variable itself, e.g. in 'int foo = ^'.
8218 Results.Ignore(SuperMethod);
8360 Results.Ignore(SuperMethod);
8572 Results.Ignore(Protocol);
8674 Results.Ignore(CurClass);
8716 // Ignore any categories we find that have already been implemented by this
8796 // Ignore any properties that have already been implemented.
8800 Results.Ignore(PropertyImpl->getPropertyDecl());