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

References

tools/clang/lib/AST/ItaniumMangle.cpp
 2302       case LangAS::cuda_constant:   ASString = "CUconstant"; break;
tools/clang/lib/AST/MicrosoftMangle.cpp
 1866     case LangAS::cuda_constant:
tools/clang/lib/AST/TypePrinter.cpp
 1817       case LangAS::cuda_constant:
tools/clang/lib/CodeGen/CGDebugInfo.cpp
 4428             CGM.getContext().getTargetAddressSpace(LangAS::cuda_constant);
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
 4757           CGM.getContext().getTargetAddressSpace(LangAS::cuda_constant));
 4898   return CGM.getContext().getTargetAddressSpace(LangAS::cuda_constant);
 4917     AS = LangAS::cuda_constant;
tools/clang/lib/CodeGen/CodeGenModule.cpp
 3734       return LangAS::cuda_constant;
 3740       return LangAS::cuda_constant;