Searched refs:ActOnCapturedRegionStart (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 3882 void Sema::ActOnCapturedRegionStart(SourceLocation Loc, Scope *CurScope, in ActOnCapturedRegionStart() function in Sema 3909 void Sema::ActOnCapturedRegionStart(SourceLocation Loc, Scope *CurScope, in ActOnCapturedRegionStart() function in Sema
|
D | SemaOpenMP.cpp | 1599 ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP, in ActOnOpenMPRegionStart() 1623 ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP, in ActOnOpenMPRegionStart() 1642 ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP, in ActOnOpenMPRegionStart() 1677 ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP, in ActOnOpenMPRegionStart() 1699 ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP, in ActOnOpenMPRegionStart()
|
D | TreeTransform.h | 11928 getSema().ActOnCapturedRegionStart(Loc, /*CurScope*/nullptr, in TransformCapturedStmt()
|
/external/clang/lib/Parse/ |
D | ParsePragma.cpp | 443 Actions.ActOnCapturedRegionStart(Loc, getCurScope(), CR_Default, in HandlePragmaCaptured()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3468 void ActOnCapturedRegionStart(SourceLocation Loc, Scope *CurScope, 3471 void ActOnCapturedRegionStart(SourceLocation Loc, Scope *CurScope,
|