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

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
ScopeInfo.h 580 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested,
586 Nested(IsNested), CapturesThis(false), ODRUsed(false),
590 Capture(IsThisCapture, bool IsNested, SourceLocation Loc,
593 Kind(ByCopy ? Cap_ByCopy : Cap_ByRef), Nested(IsNested),
598 Capture(IsVLACapture, const VariableArrayType *VLA, bool IsNested,
601 Nested(IsNested), CapturesThis(false), ODRUsed(false),
614 bool isNested() const { return Nested; }
686 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested,
689 Captures.push_back(Capture(Var, isBlock, isByref, isNested, Loc,
697 /*FIXME: IsNested*/ false, Loc, CaptureType))
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86FrameLowering.cpp 2712 bool IsNested = HasNestArgument(&MF);
2717 if (IsNested)
2722 if (IsNested)
2773 bool IsNested = false;
2777 IsNested = HasNestArgument(&MF);
2787 if (IsNested)
2910 if (IsNested)
2960 if (IsNested)
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonLoopIdiomRecognition.cpp 2126 bool IsNested = CurLoop->getParentLoop() != nullptr;
2127 if (IsNested && OnlyNonNestedMemmove)
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 12775 bool IsNested = NextToCheckIndex > 0;
12784 << IsNested << Field;
12788 << NestedConstMember << IsNested << Field
15581 BlockDecl::Capture NewCap(Var, Cap.isBlockCapture(), Cap.isNested(),

Completed in 57 milliseconds