Home
last modified time | relevance | path

Searched refs:OpenACCDeviceTypeClause (Results 1 – 8 of 8) sorted by relevance

/src/contrib/llvm-project/clang/lib/AST/
H A DOpenACCClause.cpp21 return OpenACCDeviceTypeClause::classof(C) || in classof()
302 OpenACCDeviceTypeClause *OpenACCDeviceTypeClause::Create( in Create()
307 C.Allocate(OpenACCDeviceTypeClause::totalSizeToAlloc<DeviceTypeArgument>( in Create()
310 OpenACCDeviceTypeClause(K, BeginLoc, LParenLoc, Archs, EndLoc); in Create()
528 const OpenACCDeviceTypeClause &C) { in VisitDeviceTypeClause()
H A DStmtProfile.cpp2601 const OpenACCDeviceTypeClause &Clause) {} in VisitDeviceTypeClause()
H A DTextNodeDumper.cpp454 cast<OpenACCDeviceTypeClause>(C)->getArchitectures(), OS, in Visit()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DOpenACCClause.h226 class OpenACCDeviceTypeClause final
228 public llvm::TrailingObjects<OpenACCDeviceTypeClause,
233 OpenACCDeviceTypeClause(OpenACCClauseKind K, SourceLocation BeginLoc, in OpenACCDeviceTypeClause() function
274 static OpenACCDeviceTypeClause *
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp369 SemaOpenACC &S, const OpenACCDeviceTypeClause &DeviceTypeClause, in checkValidAfterDeviceType()
904 return OpenACCDeviceTypeClause::Create( in VisitDeviceTypeClause()
1085 return isa<OpenACCDeviceTypeClause>(C); in ActOnClause()
1089 *this, *cast<OpenACCDeviceTypeClause>(*DevTypeClause), Clause)) in ActOnClause()
H A DTreeTransform.h11571 const OpenACCDeviceTypeClause &C) { in VisitDeviceTypeClause()
11573 NewClause = OpenACCDeviceTypeClause::Create( in VisitDeviceTypeClause()
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp8066 const auto *DTC = cast<OpenACCDeviceTypeClause>(C); in writeOpenACCClause()
H A DASTReader.cpp12081 return OpenACCDeviceTypeClause::Create(getContext(), ClauseKind, BeginLoc, in readOpenACCClause()