Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp6097 bool NeedInstantiate = false; in FindInstantiatedDecl() local
6099 NeedInstantiate = RD->isLocalClass(); in FindInstantiatedDecl()
6102 NeedInstantiate = true; in FindInstantiatedDecl()
6104 NeedInstantiate = isa<EnumDecl>(D); in FindInstantiatedDecl()
6105 if (NeedInstantiate) { in FindInstantiatedDecl()