Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp2454 InitializerScopeRAII InitScope(*this, D, ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes() local
2478 InitScope.pop(); in ParseDeclarationAfterDeclaratorAndAttributes()
2501 InitializerScopeRAII InitScope(*this, D, ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes() local
2537 InitScope.pop(); in ParseDeclarationAfterDeclaratorAndAttributes()
2551 InitializerScopeRAII InitScope(*this, D, ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes() local
2556 InitScope.pop(); in ParseDeclarationAfterDeclaratorAndAttributes()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp734 CodeGenFunction::RunCleanupsScope InitScope(CGF); in EmitOMPAggregateInit() local
3535 CodeGenFunction::OMPPrivateScope InitScope(CGF); in emitPrivatesInit() local
3536 InitScope.addPrivate(Elem, SrcElement); in emitPrivatesInit()
3537 (void)InitScope.Privatize(); in emitPrivatesInit()
3547 CodeGenFunction::OMPPrivateScope InitScope(CGF); in emitPrivatesInit() local
3548 InitScope.addPrivate(Elem, SharedRefLValue.getAddress(CGF)); in emitPrivatesInit()
3549 (void)InitScope.Privatize(); in emitPrivatesInit()
H A DCGStmtOpenMP.cpp895 RunCleanupsScope InitScope(*this); in EmitOMPFirstprivateClause() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp6250 FullExpressionRAII InitScope(Info); in HandleConstructorCall() local
6252 !InitScope.destroy()) in HandleConstructorCall()
6396 FullExpressionRAII InitScope(Info); in HandleConstructorCall() local