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.h13067 bool PushedCodeSynthesisContext = false; variable
13093 assert(!PushedCodeSynthesisContext); in addContextNote()
13101 PushedCodeSynthesisContext = true; in addContextNote()
13105 if (PushedCodeSynthesisContext) in ~SynthesizedFunctionScope()