Searched refs:curLexScope (Results 1 – 5 of 5) sorted by relevance
635 : cgf(cgf), entryBlock(eb), parentScope(cgf.curLexScope), beginLoc(loc), in LexicalScope()639 cgf.curLexScope = this; in LexicalScope()653 void restore() { cgf.curLexScope = parentScope; } in restore()722 LexicalScope *curLexScope = nullptr; variable
228 LexicalScope *localScope = cgf.curLexScope; in cleanup()309 LexicalScope *localScope = cgf.curLexScope; in emitImplicitReturn()
411 auto *retBlock = curLexScope->getOrCreateRetBlock(*this, loc); in emitReturnStmt()890 curLexScope->setAsSwitch(); in emitSwitchStmt()
1008 cgf.curLexScope->setAsTernary(); in VisitBinLAnd()1015 cgf.curLexScope->setAsTernary(); in VisitBinLAnd()1040 cgf.curLexScope->setAsTernary(); in VisitBinLOr()1048 cgf.curLexScope->setAsTernary(); in VisitBinLOr()2096 cgf.curLexScope->setAsTernary(); in VisitAbstractConditionalOperator()
1507 : curLexScope->getEntryBlock(); in emitAlloca()