Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp2339 InitializerScopeRAII InitScope(*this, D, ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes() local
2363 InitScope.pop(); in ParseDeclarationAfterDeclaratorAndAttributes()
2387 InitializerScopeRAII InitScope(*this, D, ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes() local
2425 InitScope.pop(); in ParseDeclarationAfterDeclaratorAndAttributes()
2439 InitializerScopeRAII InitScope(*this, D, ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes() local
2444 InitScope.pop(); in ParseDeclarationAfterDeclaratorAndAttributes()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp734 CodeGenFunction::RunCleanupsScope InitScope(CGF); in EmitOMPAggregateInit() local
3913 CodeGenFunction::OMPPrivateScope InitScope(CGF); in emitPrivatesInit() local
3914 InitScope.addPrivate( in emitPrivatesInit()
3916 (void)InitScope.Privatize(); in emitPrivatesInit()
3926 CodeGenFunction::OMPPrivateScope InitScope(CGF); in emitPrivatesInit() local
3927 InitScope.addPrivate(Elem, [SharedRefLValue, &CGF]() -> Address { in emitPrivatesInit()
3930 (void)InitScope.Privatize(); in emitPrivatesInit()
H A DCGStmtOpenMP.cpp884 RunCleanupsScope InitScope(*this); in EmitOMPFirstprivateClause() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp6160 FullExpressionRAII InitScope(Info); in HandleConstructorCall() local
6162 !InitScope.destroy()) in HandleConstructorCall()
6306 FullExpressionRAII InitScope(Info); in HandleConstructorCall() local