HomeSort by: relevance | last modified time | path
    Searched refs:CapturedRegionScopeInfo (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
ScopeInfo.cpp 251 CapturedRegionScopeInfo::~CapturedRegionScopeInfo() { }
Sema.cpp 2450 auto *CSI = new CapturedRegionScopeInfo(
2458 CapturedRegionScopeInfo *Sema::getCurCapturedRegion() {
2462 return dyn_cast<CapturedRegionScopeInfo>(FunctionScopes.back());
SemaStmt.cpp 3680 } else if (auto *CurRegion = dyn_cast<CapturedRegionScopeInfo>(CurCap)) {
4645 buildCapturedStmtCaptureList(Sema &S, CapturedRegionScopeInfo *RSI,
4779 CapturedRegionScopeInfo *RSI = cast<CapturedRegionScopeInfo>(ScopeRAII.get());
4796 CapturedRegionScopeInfo *RSI = cast<CapturedRegionScopeInfo>(ScopeRAII.get());
SemaExpr.cpp 3464 else if (const CapturedRegionScopeInfo *CSI = getCurCapturedRegion())
4403 (isa<CapturedRegionScopeInfo>(CSI) || isa<LambdaScopeInfo>(CSI)))
4468 else if (auto *CRSI = dyn_cast<CapturedRegionScopeInfo>(CSI))
5609 else if (auto *CRSI = dyn_cast<CapturedRegionScopeInfo>(CSI))
17252 !(isa<CapturedRegionScopeInfo>(CSI) &&
17253 cast<CapturedRegionScopeInfo>(CSI)->CapRegionKind == CR_OpenMP))
17321 if (HasBlocksAttr && (IsLambda || isa<CapturedRegionScopeInfo>(CSI))) {
17413 CapturedRegionScopeInfo *RSI, VarDecl *Var, SourceLocation Loc,
17759 if (auto *RSI = dyn_cast<CapturedRegionScopeInfo>(CSI)) {
17777 auto *OuterRSI = cast<CapturedRegionScopeInfo>(
    [all...]
SemaLambda.cpp 71 while (CurScopeIndex > 0 && isa<clang::sema::CapturedRegionScopeInfo>(
SemaOpenMP.cpp 2200 CapturedRegionScopeInfo *CSI = nullptr;
2206 if (auto *RSI = dyn_cast<CapturedRegionScopeInfo>(FSI))
2212 assert(CSI && "Failed to find CapturedRegionScopeInfo");
2235 if (auto *RSI = dyn_cast<CapturedRegionScopeInfo>(FSI))
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
ScopeInfo.h 767 class CapturedRegionScopeInfo final : public CapturingScopeInfo {
787 CapturedRegionScopeInfo(DiagnosticsEngine &Diag, Scope *S, CapturedDecl *CD,
798 ~CapturedRegionScopeInfo() override;
Sema.h 219 class CapturedRegionScopeInfo;
1883 sema::CapturedRegionScopeInfo *getCurCapturedRegion();

Completed in 108 milliseconds