reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
  426         ((I->capturesVariableByCopy() && !ArgType->isAnyPointerType()) ||
  428       ArgType = Ctx.getUIntPtrType();
  439     if (ArgType->isVariablyModifiedType())
  440       ArgType = getCanonicalParamType(Ctx, ArgType);
  440       ArgType = getCanonicalParamType(Ctx, ArgType);
  446           CapVar ? CapVar->getLocation() : FD->getLocation(), II, ArgType,
  450                                       II, ArgType, ImplicitParamDecl::Other);