Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp706 LastEmittedCodeSynthesisContextDepth) in popCodeSynthesisContext()
707 LastEmittedCodeSynthesisContextDepth = 0; in popCodeSynthesisContext()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9687 unsigned LastEmittedCodeSynthesisContextDepth = 0; variable
9933 CodeSynthesisContexts.size() != LastEmittedCodeSynthesisContextDepth) { in PrintContextStack()
9935 LastEmittedCodeSynthesisContextDepth = CodeSynthesisContexts.size(); in PrintContextStack()