Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp5855 bool NeedInstantiate = false; in FindInstantiatedDecl() local
5857 NeedInstantiate = RD->isLocalClass(); in FindInstantiatedDecl()
5860 NeedInstantiate = true; in FindInstantiatedDecl()
5862 NeedInstantiate = isa<EnumDecl>(D); in FindInstantiatedDecl()
5863 if (NeedInstantiate) { in FindInstantiatedDecl()
/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()