Searched defs:OpenMPCaptureLevel (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 828 unsigned short OpenMPCaptureLevel; global() variable 833 CapturedRegionScopeInfo(DiagnosticsEngine & Diag,Scope * S,CapturedDecl * CD,RecordDecl * RD,ImplicitParamDecl * Context,CapturedRegionKind K,unsigned OpenMPLevel,unsigned OpenMPCaptureLevel) CapturedRegionScopeInfo() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | Sema.cpp | 2704 PushCapturedRegionScope(Scope * S,CapturedDecl * CD,RecordDecl * RD,CapturedRegionKind K,unsigned OpenMPCaptureLevel) PushCapturedRegionScope() argument
|
H A D | SemaStmt.cpp | 4500 ActOnCapturedRegionStart(SourceLocation Loc,Scope * CurScope,CapturedRegionKind Kind,ArrayRef<CapturedParamNameType> Params,unsigned OpenMPCaptureLevel) ActOnCapturedRegionStart() argument
|