Home
last modified time | relevance | path

Searched refs:InitScope (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp2435 InitializerScopeRAII InitScope(*this, D, ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes() local
2459 InitScope.pop(); in ParseDeclarationAfterDeclaratorAndAttributes()
2483 InitializerScopeRAII InitScope(*this, D, ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes() local
2523 InitScope.pop(); in ParseDeclarationAfterDeclaratorAndAttributes()
2537 InitializerScopeRAII InitScope(*this, D, ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes() local
2542 InitScope.pop(); in ParseDeclarationAfterDeclaratorAndAttributes()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp733 CodeGenFunction::RunCleanupsScope InitScope(CGF); in EmitOMPAggregateInit() local
3850 CodeGenFunction::OMPPrivateScope InitScope(CGF); in emitPrivatesInit() local
3851 InitScope.addPrivate(Elem, SrcElement); in emitPrivatesInit()
3852 (void)InitScope.Privatize(); in emitPrivatesInit()
3862 CodeGenFunction::OMPPrivateScope InitScope(CGF); in emitPrivatesInit() local
3863 InitScope.addPrivate(Elem, SharedRefLValue.getAddress(CGF)); in emitPrivatesInit()
3864 (void)InitScope.Privatize(); in emitPrivatesInit()
H A DCGStmtOpenMP.cpp893 RunCleanupsScope InitScope(*this); in EmitOMPFirstprivateClause() local
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp6242 FullExpressionRAII InitScope(Info); in HandleConstructorCall() local
6244 !InitScope.destroy()) in HandleConstructorCall()
6388 FullExpressionRAII InitScope(Info); in HandleConstructorCall() local