Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp625 LastEmittedCodeSynthesisContextDepth) in popCodeSynthesisContext()
626 LastEmittedCodeSynthesisContextDepth = 0; in popCodeSynthesisContext()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h9405 unsigned LastEmittedCodeSynthesisContextDepth = 0; variable
9644 CodeSynthesisContexts.size() != LastEmittedCodeSynthesisContextDepth) { in PrintContextStack()
9646 LastEmittedCodeSynthesisContextDepth = CodeSynthesisContexts.size(); in PrintContextStack()