Searched defs:CurLexicalScope (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCodeGenFunction.h514 : RunCleanupsScope(CGF), Range(Range), ParentScope(CGF.CurLexicalScope) {
515 CGF.CurLexicalScope = this;
539 CGF.CurLexicalScope = ParentScope;
922 LexicalScope *CurLexicalScope; member in class:clang::CodeGen::CodeGenFunction

Completed in 369 milliseconds