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.cpp845 LastEmittedCodeSynthesisContextDepth) in popCodeSynthesisContext()
846 LastEmittedCodeSynthesisContextDepth = 0; in popCodeSynthesisContext()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h13171 unsigned LastEmittedCodeSynthesisContextDepth = 0; variable
13215 CodeSynthesisContexts.size() != LastEmittedCodeSynthesisContextDepth) { in PrintContextStack()
13217 LastEmittedCodeSynthesisContextDepth = CodeSynthesisContexts.size(); in PrintContextStack()