reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Derived Classes

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
   27 class OMPLexicalScope : public CodeGenFunction::LexicalScope {
  177 class OMPSimdLexicalScope : public CodeGenFunction::LexicalScope {

References

tools/clang/lib/CodeGen/CGClass.cpp
 1540   LexicalScope Scope(*this, RootCS->getSourceRange());
tools/clang/lib/CodeGen/CGObjCRuntime.cpp
  244     CodeGenFunction::LexicalScope cleanups(CGF, Handler.Body->getSourceRange());
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 3014   CodeGenFunction::LexicalScope ConditionScope(CGF, Cond->getSourceRange());
 6746             CodeGenFunction::LexicalScope Scope(CGF, Cond->getSourceRange());
 6770         CodeGenFunction::LexicalScope Scope(
 6843         CodeGenFunction::LexicalScope Scope(
tools/clang/lib/CodeGen/CGStmt.cpp
  385   LexicalScope Scope(*this, S.getSourceRange());
  635   LexicalScope ConditionScope(*this, S.getCond()->getSourceRange());
  863   LexicalScope ForScope(*this, S.getSourceRange());
  892   LexicalScope ConditionScope(*this, S.getSourceRange());
  962   LexicalScope ForScope(*this, S.getSourceRange());
 1014     LexicalScope BodyScope(*this, S.getSourceRange());
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
   27 class OMPLexicalScope : public CodeGenFunction::LexicalScope {
  177 class OMPSimdLexicalScope : public CodeGenFunction::LexicalScope {
tools/clang/lib/CodeGen/CodeGenFunction.h
  770     LexicalScope *ParentScope;
  772     LexicalScope(const LexicalScope &) = delete;
  773     void operator=(const LexicalScope &) = delete;
 1562   LexicalScope *CurLexicalScope = nullptr;