Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
DParseDecl.cpp2346 InitializerScopeRAII InitScope(*this, D, ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes() local
2370 InitScope.pop(); in ParseDeclarationAfterDeclaratorAndAttributes()
2394 InitializerScopeRAII InitScope(*this, D, ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes() local
2432 InitScope.pop(); in ParseDeclarationAfterDeclaratorAndAttributes()
2446 InitializerScopeRAII InitScope(*this, D, ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes() local
2451 InitScope.pop(); in ParseDeclarationAfterDeclaratorAndAttributes()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp735 CodeGenFunction::RunCleanupsScope InitScope(CGF); in EmitOMPAggregateInit() local
3918 CodeGenFunction::OMPPrivateScope InitScope(CGF); in emitPrivatesInit() local
3919 InitScope.addPrivate( in emitPrivatesInit()
3921 (void)InitScope.Privatize(); in emitPrivatesInit()
3931 CodeGenFunction::OMPPrivateScope InitScope(CGF); in emitPrivatesInit() local
3932 InitScope.addPrivate(Elem, [SharedRefLValue, &CGF]() -> Address { in emitPrivatesInit()
3935 (void)InitScope.Privatize(); in emitPrivatesInit()
DCGStmtOpenMP.cpp892 RunCleanupsScope InitScope(*this); in EmitOMPFirstprivateClause() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DExprConstant.cpp6160 FullExpressionRAII InitScope(Info); in HandleConstructorCall() local
6162 !InitScope.destroy()) in HandleConstructorCall()
6306 FullExpressionRAII InitScope(Info); in HandleConstructorCall() local