Searched refs:PushCapturedRegionScope (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | Sema.cpp | 1872 void Sema::PushCapturedRegionScope(Scope *S, CapturedDecl *CD, RecordDecl *RD, in PushCapturedRegionScope() function in Sema
|
| H A D | SemaStmt.cpp | 4276 PushCapturedRegionScope(CurScope, CD, RD, Kind); in ActOnCapturedRegionStart() 4334 PushCapturedRegionScope(CurScope, CD, RD, Kind); in ActOnCapturedRegionStart()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 1350 void PushCapturedRegionScope(Scope *RegionScope, CapturedDecl *CD,
|