Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp6151 bool NeedInstantiate = false; in FindInstantiatedDecl() local
6153 NeedInstantiate = RD->isLocalClass(); in FindInstantiatedDecl()
6156 NeedInstantiate = true; in FindInstantiatedDecl()
6158 NeedInstantiate = isa<EnumDecl>(D); in FindInstantiatedDecl()
6159 if (NeedInstantiate) { in FindInstantiatedDecl()