Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp465 LastEmittedCodeSynthesisContextDepth) in popCodeSynthesisContext()
466 LastEmittedCodeSynthesisContextDepth = 0; in popCodeSynthesisContext()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h9151 unsigned LastEmittedCodeSynthesisContextDepth = 0; variable
9385 CodeSynthesisContexts.size() != LastEmittedCodeSynthesisContextDepth) { in PrintContextStack()
9387 LastEmittedCodeSynthesisContextDepth = CodeSynthesisContexts.size(); in PrintContextStack()