Searched refs:LocalDecls (Results 1 – 3 of 3) sorted by relevance
397 LocalDeclsMap LocalDecls; variable484 for (LocalDeclsMap::iterator I = LocalDecls.begin(), E = LocalDecls.end(); in cloneScopes()488 newScope->LocalDecls[D]; in cloneScopes()
4597 LocalDeclsMap::iterator Found = Current->LocalDecls.find(CheckD); in getInstantiationOfIfExists()4598 if (Found != Current->LocalDecls.end()) in getInstantiationOfIfExists()4653 llvm::PointerUnion<Decl *, DeclArgumentPack *> &Stored = LocalDecls[D]; in InstantiatedLocal()4660 assert(!Current->LocalDecls.contains(D) && in InstantiatedLocal()4675 DeclArgumentPack *Pack = cast<DeclArgumentPack *>(LocalDecls[D]); in InstantiatedLocalPackArg()4684 assert(!Current->LocalDecls.contains(D) && in MakeInstantiatedLocalArgPack()4689 llvm::PointerUnion<Decl *, DeclArgumentPack *> &Stored = LocalDecls[D]; in MakeInstantiatedLocalArgPack()
1174 auto &LocalDecls = DD->getLocalDeclsForScope(Scope->getScopeNode()); in createAndAddScopeChildren() local1175 DeferredLocalDecls.insert_range(LocalDecls); in createAndAddScopeChildren()