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.h142 CUDAFunctionTarget CurrentTarget() { in CurrentTarget() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp827 switch (CurrentTarget()) { in DiagIfDeviceCode()
859 switch (CurrentTarget()) { in DiagIfHostCode()
H A DSemaStmt.cpp4207 << "try" << llvm::to_underlying(CUDA().CurrentTarget()); in ActOnCXXTryBlock()
H A DSemaDeclAttr.cpp4577 << llvm::to_underlying(S.CUDA().CurrentTarget())) in handleSharedAttr()
H A DSemaExprCXX.cpp880 << "throw" << llvm::to_underlying(CUDA().CurrentTarget()); in BuildCXXThrow()
H A DSemaType.cpp2264 << (IsCUDADevice ? llvm::to_underlying(CUDA().CurrentTarget()) : 0); in BuildArrayType()