Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1079 bool PushedCodeSynthesisContext = false; variable
1103 assert(!PushedCodeSynthesisContext); in addContextNote()
1111 PushedCodeSynthesisContext = true; in addContextNote()
1115 if (PushedCodeSynthesisContext) in ~SynthesizedFunctionScope()