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

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
ScopeInfo.h 589 enum IsThisCapture { ThisCapture };
1047 Captures.push_back(Capture(Capture::ThisCapture, isNested, Loc, CaptureType,
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntimeGPU.cpp 4354 FieldDecl *ThisCapture = nullptr;
4355 RD->getCaptureFields(Captures, ThisCapture);
4356 if (ThisCapture && CGF.CapturedStmtInfo->isCXXThisExprCaptured()) {
4358 CGF.EmitLValueForFieldInitialization(VDLVal, ThisCapture);
CGOpenMPRuntime.cpp 8795 FieldDecl *ThisCapture = nullptr;
8796 RD->getCaptureFields(Captures, ThisCapture);
8797 if (ThisCapture) {
8799 CGF.EmitLValueForFieldInitialization(VDLVal, ThisCapture);
8800 LValue ThisLValVal = CGF.EmitLValueForField(VDLVal, ThisCapture);
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclCXX.cpp 1550 FieldDecl *&ThisCapture) const {
1552 ThisCapture = nullptr;
1559 ThisCapture = *Field;
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclCXX.h 1047 /// \param ThisCapture Will be set to the field declaration for the
1053 FieldDecl *&ThisCapture) const;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 4402 FieldDecl *ThisCapture;
4403 RD->getCaptureFields(Captures, ThisCapture);
4414 Context.typesAreCompatible(ThisTy, ThisCapture->getType()))

Completed in 62 milliseconds