Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp710 CodeGenFunction::RunCleanupsScope InitScope(CGF); in EmitOMPAggregateInit() local
3347 CodeGenFunction::OMPPrivateScope InitScope(CGF); in emitPrivatesInit() local
3348 InitScope.addPrivate(Elem, SrcElement); in emitPrivatesInit()
3349 (void)InitScope.Privatize(); in emitPrivatesInit()
3359 CodeGenFunction::OMPPrivateScope InitScope(CGF); in emitPrivatesInit() local
3360 InitScope.addPrivate(Elem, SharedRefLValue.getAddress()); in emitPrivatesInit()
3361 (void)InitScope.Privatize(); in emitPrivatesInit()
H A DCGStmtOpenMP.cpp918 RunCleanupsScope InitScope(*this); in EmitOMPFirstprivateClause() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp2789 InitializerScopeRAII InitScope(*this, D, ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes() local
2835 InitializerScopeRAII InitScope(*this, D, ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes() local
2888 InitializerScopeRAII InitScope(*this, D, ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes() local
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp4739 InitLinkScope<Emitter> InitScope(this, InitLink::This()); in visitFunc() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp6403 FullExpressionRAII InitScope(Info); in HandleConstructorCall() local
6405 !InitScope.destroy()) in HandleConstructorCall()
6550 FullExpressionRAII InitScope(Info); in HandleConstructorCall() local