Home
last modified time | relevance | path

Searched refs:ForScope (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp831 LexicalScope ForScope(*this, S.getSourceRange()); in EmitForStmt() local
872 if (ForScope.requiresCleanups()) in EmitForStmt()
917 ForScope.ForceCleanup(); in EmitForStmt()
930 LexicalScope ForScope(*this, S.getSourceRange()); in EmitCXXForRangeStmt() local
953 if (ForScope.requiresCleanups()) in EmitCXXForRangeStmt()
996 ForScope.ForceCleanup(); in EmitCXXForRangeStmt()
H A DCGObjC.cpp1576 RunCleanupsScope ForScope(*this); in EmitObjCForCollectionStmt() local
1847 ForScope.ForceCleanup(); in EmitObjCForCollectionStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp1597 ParseScope ForScope(this, ScopeFlags); in ParseForStatement() local
1868 ForScope.Exit(); in ParseForStatement()