Searched refs:PushCapturedRegionScope (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 4485 PushCapturedRegionScope(CurScope, CD, RD, Kind); in ActOnCapturedRegionStart() 4545 PushCapturedRegionScope(CurScope, CD, RD, Kind, OpenMPCaptureLevel); in ActOnCapturedRegionStart()
|
H A D | Sema.cpp | 2704 void Sema::PushCapturedRegionScope(Scope *S, CapturedDecl *CD, RecordDecl *RD, in PushCapturedRegionScope() function in Sema
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 728 void PushCapturedRegionScope(Scope *RegionScope, CapturedDecl *CD,
|