Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenFunction.h635 : 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
H A DCIRGenFunction.cpp228 LexicalScope *localScope = cgf.curLexScope; in cleanup()
309 LexicalScope *localScope = cgf.curLexScope; in emitImplicitReturn()
H A DCIRGenStmt.cpp411 auto *retBlock = curLexScope->getOrCreateRetBlock(*this, loc); in emitReturnStmt()
890 curLexScope->setAsSwitch(); in emitSwitchStmt()
H A DCIRGenExprScalar.cpp1008 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()
H A DCIRGenExpr.cpp1507 : curLexScope->getEntryBlock(); in emitAlloca()