Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h13345 bool PushedCodeSynthesisContext = false; variable
13361 assert(!PushedCodeSynthesisContext); in addContextNote()
13369 PushedCodeSynthesisContext = true; in addContextNote()
13373 if (PushedCodeSynthesisContext) in ~SynthesizedFunctionScope()