Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp390 LastEmittedCodeSynthesisContextDepth) in popCodeSynthesisContext()
391 LastEmittedCodeSynthesisContextDepth = 0; in popCodeSynthesisContext()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h7334 unsigned LastEmittedCodeSynthesisContextDepth = 0; variable
7525 CodeSynthesisContexts.size() != LastEmittedCodeSynthesisContextDepth) { in PrintContextStack()
7527 LastEmittedCodeSynthesisContextDepth = CodeSynthesisContexts.size(); in PrintContextStack()