Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp4681 bool NeedInstantiate = false; in FindInstantiatedDecl() local
4683 NeedInstantiate = RD->isLocalClass(); in FindInstantiatedDecl()
4685 NeedInstantiate = isa<EnumDecl>(D); in FindInstantiatedDecl()
4686 if (NeedInstantiate) { in FindInstantiatedDecl()