Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h1051 bool PushedCodeSynthesisContext = false; variable
1066 assert(!PushedCodeSynthesisContext); in addContextNote()
1074 PushedCodeSynthesisContext = true; in addContextNote()
1078 if (PushedCodeSynthesisContext) in ~SynthesizedFunctionScope()