• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/

Lines Matching refs:DeclContext

457   DeclContext *ScopeDC = New->isLocalExternDecl()
732 DeclContext *const DC = CurContext;
2343 DeclContext *DC = computeDeclContext(*SS, true);
2371 DeclContext *DC = computeDeclContext(*SS, true);
3351 if (DeclContext *DC = computeDeclContext(SS, false))
4083 DeclContext::lookup_result Result = ClassDecl->lookup(MemberOrBase);
4173 DeclContext *DC = computeDeclContext(SS, false);
6556 DeclContext::lookup_result R = Record->lookup(Record->getDeclName());
6557 for (DeclContext::lookup_iterator I = R.begin(), E = R.end(); I != E;
9672 DeclContext::lookup_result R = DC->lookup(MD->getDeclName());
9673 for (DeclContext::lookup_iterator I = R.begin(), E = R.end(); I != E; ++I) {
9962 DeclContext *LookupDC = dyn_cast<DeclContext>(D);
10012 assert(LookupDC && "no enclosing DeclContext for template lookup");
10842 // Continue on to push Namespc as current DeclContext and return it.
10858 DeclContext *Parent = CurContext->getRedeclContext();
10892 DeclContext *Parent = CurContext->getRedeclContext();
10933 // redefinition), push it as current DeclContext and try to continue parsing.
10934 // FIXME: We should be able to push Namespc here, so that the each DeclContext
11272 static bool IsUsingDirectiveInToplevelContext(DeclContext *CurContext) {
11310 if (DeclContext *DC = S.computeDeclContext(SS, false)) {
11388 DeclContext *CommonAncestor = NS;
11416 DeclContext *Ctx = S->getEntity();
11550 DeclContext *OrigDC = Orig->getDeclContext();
11770 // Remove it from the DeclContext...
11964 DeclContext *LookupContext = computeDeclContext(SS);
12276 DeclContext *NamedContext = computeDeclContext(SS);
15032 DeclContext::lookup_result Lookup =
15193 const DeclContext *DC = FnDecl->getDeclContext()->getRedeclContext();
16398 DeclContext *DC;
16474 DeclContext *LookupDC = DC;