Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp471 LastEmittedCodeSynthesisContextDepth) in popCodeSynthesisContext()
472 LastEmittedCodeSynthesisContextDepth = 0; in popCodeSynthesisContext()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8828 unsigned LastEmittedCodeSynthesisContextDepth = 0; variable
9062 CodeSynthesisContexts.size() != LastEmittedCodeSynthesisContextDepth) { in PrintContextStack()
9064 LastEmittedCodeSynthesisContextDepth = CodeSynthesisContexts.size(); in PrintContextStack()