Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenFunction.h612 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 DJumpDiagnostics.cpp66 GotoScope(unsigned parentScope, unsigned InDiag, unsigned OutDiag, in GotoScope()
68 : ParentScope(parentScope), InDiag(InDiag), OutDiag(OutDiag), Loc(L) {} in GotoScope()