Searched refs:OpenACCDeviceTypeClause (Results 1 – 8 of 8) sorted by relevance
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenACCClause.cpp | 21 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 D | StmtProfile.cpp | 2601 const OpenACCDeviceTypeClause &Clause) {} in VisitDeviceTypeClause()
|
| H A D | TextNodeDumper.cpp | 454 cast<OpenACCDeviceTypeClause>(C)->getArchitectures(), OS, in Visit()
|
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenACCClause.h | 226 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 D | SemaOpenACC.cpp | 369 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 D | TreeTransform.h | 11571 const OpenACCDeviceTypeClause &C) { in VisitDeviceTypeClause() 11573 NewClause = OpenACCDeviceTypeClause::Create( in VisitDeviceTypeClause()
|
| /src/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 8066 const auto *DTC = cast<OpenACCDeviceTypeClause>(C); in writeOpenACCClause()
|
| H A D | ASTReader.cpp | 12081 return OpenACCDeviceTypeClause::Create(getContext(), ClauseKind, BeginLoc, in readOpenACCClause()
|