Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h1037 bool PushedCodeSynthesisContext = false; variable
1052 assert(!PushedCodeSynthesisContext); in addContextNote()
1060 PushedCodeSynthesisContext = true; in addContextNote()
1064 if (PushedCodeSynthesisContext) in ~SynthesizedFunctionScope()