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

References

tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
 4444   if (!NativeParam->getType()->isReferenceType())
 4445     return NativeParam;
 4446   QualType ArgType = NativeParam->getType();
 4465   if (isa<ImplicitParamDecl>(NativeParam))
 4467         CGM.getContext(), /*DC=*/nullptr, NativeParam->getLocation(),
 4468         NativeParam->getIdentifier(), ArgType, ImplicitParamDecl::Other);
 4471       const_cast<DeclContext *>(NativeParam->getDeclContext()),
 4472       NativeParam->getBeginLoc(), NativeParam->getLocation(),
 4472       NativeParam->getBeginLoc(), NativeParam->getLocation(),
 4473       NativeParam->getIdentifier(), ArgType,