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;
484 for (LocalDeclsMap::iterator I = LocalDecls.begin(), E = LocalDecls.end(); in cloneScopes()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp4597 LocalDeclsMap::iterator Found = Current->LocalDecls.find(CheckD); in getInstantiationOfIfExists()