Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp2594 InitializerScopeRAII InitScope(*this, D, ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes() local
2618 InitScope.pop(); in ParseDeclarationAfterDeclaratorAndAttributes()
2641 InitializerScopeRAII InitScope(*this, D, ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes() local
2667 InitScope.pop(); in ParseDeclarationAfterDeclaratorAndAttributes()
2695 InitializerScopeRAII InitScope(*this, D, ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes() local
2700 InitScope.pop(); in ParseDeclarationAfterDeclaratorAndAttributes()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp708 CodeGenFunction::RunCleanupsScope InitScope(CGF); in EmitOMPAggregateInit() local
3333 CodeGenFunction::OMPPrivateScope InitScope(CGF); in emitPrivatesInit() local
3334 InitScope.addPrivate(Elem, SrcElement); in emitPrivatesInit()
3335 (void)InitScope.Privatize(); in emitPrivatesInit()
3345 CodeGenFunction::OMPPrivateScope InitScope(CGF); in emitPrivatesInit() local
3346 InitScope.addPrivate(Elem, SharedRefLValue.getAddress(CGF)); in emitPrivatesInit()
3347 (void)InitScope.Privatize(); in emitPrivatesInit()
H A DCGStmtOpenMP.cpp891 RunCleanupsScope InitScope(*this); in EmitOMPFirstprivateClause() local
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp6342 FullExpressionRAII InitScope(Info); in HandleConstructorCall() local
6344 !InitScope.destroy()) in HandleConstructorCall()
6489 FullExpressionRAII InitScope(Info); in HandleConstructorCall() local