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.h13074 bool PushedCodeSynthesisContext = false; variable
13100 assert(!PushedCodeSynthesisContext); in addContextNote()
13108 PushedCodeSynthesisContext = true; in addContextNote()
13112 if (PushedCodeSynthesisContext) in ~SynthesizedFunctionScope()