Home
last modified time | relevance | path

Searched refs:LocalDecls (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplate.h397 LocalDeclsMap LocalDecls; variable
477 for (LocalDeclsMap::iterator I = LocalDecls.begin(), E = LocalDecls.end(); in cloneScopes()
481 newScope->LocalDecls[D]; in cloneScopes()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp4219 LocalDeclsMap::iterator Found = Current->LocalDecls.find(CheckD); in findInstantiationOf()
4220 if (Found != Current->LocalDecls.end()) in findInstantiationOf()
4267 llvm::PointerUnion<Decl *, DeclArgumentPack *> &Stored = LocalDecls[D]; in InstantiatedLocal()
4274 assert(!Current->LocalDecls.contains(D) && in InstantiatedLocal()
4289 DeclArgumentPack *Pack = LocalDecls[D].get<DeclArgumentPack *>(); in InstantiatedLocalPackArg()
4298 assert(!Current->LocalDecls.contains(D) && in MakeInstantiatedLocalArgPack()
4303 llvm::PointerUnion<Decl *, DeclArgumentPack *> &Stored = LocalDecls[D]; in MakeInstantiatedLocalArgPack()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1126 auto &LocalDecls = DD->getLocalDeclsForScope(Scope->getScopeNode()); in createAndAddScopeChildren() local
1127 DeferredLocalDecls.insert(LocalDecls.begin(), LocalDecls.end()); in createAndAddScopeChildren()