Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/include/clang/Parse/
HDParser.h325 bool DelayTemplateIdDestruction = false; variable
328 if (DelayTemplateIdDestruction) in MaybeDestroyTemplateIds()
350 bool DelayTemplateIdDestruction) noexcept in DelayTemplateIdDestructionRAII()
352 PrevDelayTemplateIdDestruction(Self.DelayTemplateIdDestruction) { in DelayTemplateIdDestructionRAII()
353 Self.DelayTemplateIdDestruction = DelayTemplateIdDestruction; in DelayTemplateIdDestructionRAII()
357 Self.DelayTemplateIdDestruction = PrevDelayTemplateIdDestruction; in ~DelayTemplateIdDestructionRAII()