Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp2269 InitializerScopeRAII InitScope(*this, D, ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes() local
2292 InitScope.pop(); in ParseDeclarationAfterDeclaratorAndAttributes()
2314 InitializerScopeRAII InitScope(*this, D, ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes() local
2350 InitScope.pop(); in ParseDeclarationAfterDeclaratorAndAttributes()
2363 InitializerScopeRAII InitScope(*this, D, ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes() local
2367 InitScope.pop(); in ParseDeclarationAfterDeclaratorAndAttributes()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp874 CodeGenFunction::RunCleanupsScope InitScope(CGF); in EmitOMPAggregateInit() local
4697 CodeGenFunction::OMPPrivateScope InitScope(CGF); in emitPrivatesInit() local
4698 InitScope.addPrivate( in emitPrivatesInit()
4700 (void)InitScope.Privatize(); in emitPrivatesInit()
4710 CodeGenFunction::OMPPrivateScope InitScope(CGF); in emitPrivatesInit() local
4711 InitScope.addPrivate(Elem, [SharedRefLValue]() -> Address { in emitPrivatesInit()
4714 (void)InitScope.Privatize(); in emitPrivatesInit()
H A DCGStmtOpenMP.cpp793 RunCleanupsScope InitScope(*this); in EmitOMPFirstprivateClause() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp4521 FullExpressionRAII InitScope(Info); in HandleConstructorCall() local
4633 FullExpressionRAII InitScope(Info); in HandleConstructorCall() local