Home
last modified time | relevance | path

Searched refs:LocalDeclsMap (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplate.h375 using LocalDeclsMap = variable
397 LocalDeclsMap LocalDecls;
477 for (LocalDeclsMap::iterator I = LocalDecls.begin(), E = LocalDecls.end(); in cloneScopes()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp4355 LocalDeclsMap::iterator Found = Current->LocalDecls.find(CheckD); in findInstantiationOf()