Home
last modified time | relevance | path

Searched refs:CurrentTarget (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVCompare.cpp208 LVElement *CurrentTarget = nullptr; in execute() local
210 CurrentTarget = Target; in execute()
217 ScopeLinks.emplace(static_cast<LVScope *>(CurrentTarget), in execute()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaCUDA.h152 CUDAFunctionTarget CurrentTarget() { in CurrentTarget() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp848 switch (CurrentTarget()) { in DiagIfDeviceCode()
880 switch (CurrentTarget()) { in DiagIfHostCode()
H A DSemaStmt.cpp4322 << "try" << CUDA().CurrentTarget(); in ActOnCXXTryBlock()
H A DSemaExprCXX.cpp862 << "throw" << CUDA().CurrentTarget(); in BuildCXXThrow()
H A DSemaDeclAttr.cpp5170 << S.CUDA().CurrentTarget()) in handleSharedAttr()
H A DSemaType.cpp2289 << (IsCUDADevice ? llvm::to_underlying(CUDA().CurrentTarget()) : 0); in BuildArrayType()