Searched refs:parentScope (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenFunction.h | 612 LexicalScope *parentScope = nullptr; member 635 : cgf(cgf), entryBlock(eb), parentScope(cgf.curLexScope), beginLoc(loc), in LexicalScope() 640 if (parentScope) in LexicalScope() 653 void restore() { cgf.curLexScope = parentScope; } in restore()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | JumpDiagnostics.cpp | 66 GotoScope(unsigned parentScope, unsigned InDiag, unsigned OutDiag, in GotoScope() 68 : ParentScope(parentScope), InDiag(InDiag), OutDiag(OutDiag), Loc(L) {} in GotoScope()
|