Home
last modified time | relevance | path

Searched refs:setOpenCLExtensionForType (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/lib/Sema/
DSema.cpp351 setOpenCLExtensionForType(I, in Initialize()
354 setOpenCLExtensionForType(AtomicDoubleT, "cl_khr_fp64"); in Initialize()
357 setOpenCLExtensionForType(Context.DoubleTy, "cl_khr_fp64"); in Initialize()
360 setOpenCLExtensionForType(Context.Id, Ext); in Initialize()
364 setOpenCLExtensionForType(Context.Id##Ty, #Ext); in Initialize()
2417 void Sema::setOpenCLExtensionForType(QualType T, llvm::StringRef ExtStr) { in setOpenCLExtensionForType() function in Sema
2439 setOpenCLExtensionForType(T, CurrOpenCLExtension); in setCurrentOpenCLExtensionForType()
/external/llvm-project/clang/include/clang/Sema/
DSema.h10032 void setOpenCLExtensionForType(QualType T, llvm::StringRef Exts);