Home
last modified time | relevance | path

Searched refs:CurrentCUDATarget (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCUDA.cpp734 switch (CurrentCUDATarget()) { in CUDADiagIfDeviceCode()
764 switch (CurrentCUDATarget()) { in CUDADiagIfHostCode()
H A DSemaStmt.cpp4459 << "try" << CurrentCUDATarget(); in ActOnCXXTryBlock()
H A DSemaExprCXX.cpp871 << "throw" << CurrentCUDATarget(); in BuildCXXThrow()
H A DSemaType.cpp2591 ? CurrentCUDATarget() in BuildArrayType()
H A DSemaDeclAttr.cpp4824 << S.CurrentCUDATarget()) in handleSharedAttr()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h12699 CUDAFunctionTarget CurrentCUDATarget() { in CurrentCUDATarget() function