Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h765 bool PushedCodeSynthesisContext = false; variable
780 assert(!PushedCodeSynthesisContext); in addContextNote()
788 PushedCodeSynthesisContext = true; in addContextNote()
792 if (PushedCodeSynthesisContext) in ~SynthesizedFunctionScope()