Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp869 LastEmittedCodeSynthesisContextDepth) in popCodeSynthesisContext()
870 LastEmittedCodeSynthesisContextDepth = 0; in popCodeSynthesisContext()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h13432 unsigned LastEmittedCodeSynthesisContextDepth = 0; variable
13473 CodeSynthesisContexts.size() != LastEmittedCodeSynthesisContextDepth) { in PrintContextStack()
13475 LastEmittedCodeSynthesisContextDepth = CodeSynthesisContexts.size(); in PrintContextStack()