Home | History | Annotate | Download | only in Sema

Lines Matching refs:DN

1554     DeclarationName DN(&Context.Idents.get(NewBuiltinName));
1555 LookupResult Res(*this, DN, DRE->getLocStart(), LookupOrdinaryName);
3843 DeclarationName DN(&S.Context.Idents.get(FunctionName));
3844 LookupResult R(S, DN, Loc, Sema::LookupAnyName);