Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplate.h397 LocalDeclsMap LocalDecls; variable
484 for (LocalDeclsMap::iterator I = LocalDecls.begin(), E = LocalDecls.end(); in cloneScopes()
488 newScope->LocalDecls[D]; in cloneScopes()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp4597 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()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1174 auto &LocalDecls = DD->getLocalDeclsForScope(Scope->getScopeNode()); in createAndAddScopeChildren() local
1175 DeferredLocalDecls.insert_range(LocalDecls); in createAndAddScopeChildren()