Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DOpcodes.td249 def InitScope : Opcode {
H A DInterp.h2330 inline bool InitScope(InterpState &S, CodePtr OpPC, uint32_t I) { in InitScope() function
H A DCompiler.cpp5902 InitLinkScope<Emitter> InitScope(this, InitLink::This()); in compileConstructor() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp2602 InitializerScopeRAII InitScope(*this, D, ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes() local
2648 InitializerScopeRAII InitScope(*this, D, ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes() local
2701 InitializerScopeRAII InitScope(*this, D, ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes() local
2713 InitializerScopeRAII InitScope(*this, D, ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp706 CodeGenFunction::RunCleanupsScope InitScope(CGF); in EmitOMPAggregateInit() local
3323 CodeGenFunction::OMPPrivateScope InitScope(CGF); in emitPrivatesInit() local
3324 InitScope.addPrivate(Elem, SrcElement); in emitPrivatesInit()
3325 (void)InitScope.Privatize(); in emitPrivatesInit()
3335 CodeGenFunction::OMPPrivateScope InitScope(CGF); in emitPrivatesInit() local
3336 InitScope.addPrivate(Elem, SharedRefLValue.getAddress()); in emitPrivatesInit()
3337 (void)InitScope.Privatize(); in emitPrivatesInit()
H A DCGStmtOpenMP.cpp956 RunCleanupsScope InitScope(*this); in EmitOMPFirstprivateClause() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp6708 FullExpressionRAII InitScope(Info); in HandleConstructorCall() local
6710 !InitScope.destroy()) in HandleConstructorCall()
6856 FullExpressionRAII InitScope(Info); in HandleConstructorCall() local