Searched refs:OpenACCDeviceTypeClause (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenACCClause.cpp | 21 return OpenACCDeviceTypeClause::classof(C) || in classof() 489 OpenACCDeviceTypeClause *OpenACCDeviceTypeClause::Create( in Create() 494 C.Allocate(OpenACCDeviceTypeClause::totalSizeToAlloc<DeviceTypeArgument>( in Create() 497 OpenACCDeviceTypeClause(K, BeginLoc, LParenLoc, Archs, EndLoc); in Create() 881 const OpenACCDeviceTypeClause &C) { in VisitDeviceTypeClause()
|
| H A D | StmtProfile.cpp | 2724 const OpenACCDeviceTypeClause &Clause) {} in VisitDeviceTypeClause()
|
| H A D | TextNodeDumper.cpp | 503 cast<OpenACCDeviceTypeClause>(C)->getArchitectures(), OS, in Visit()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenACCClause.cpp | 24 SemaOpenACC &S, const OpenACCDeviceTypeClause &DeviceTypeClause, in checkValidAfterDeviceType() 259 llvm::find_if(ExistingClauses, llvm::IsaPred<OpenACCDeviceTypeClause>); in CheckValidRoutineNewClauseHelper() 305 llvm::IsaPred<OpenACCDeviceTypeClause>); in CheckValidRoutineNewClauseHelper() 372 llvm::IsaPred<OpenACCDeviceTypeClause>); in DisallowSinceLastDeviceType() 408 cast<OpenACCDeviceTypeClause>(**LastDeviceTypeItr); in DisallowSinceLastDeviceType() 415 llvm::IsaPred<OpenACCDeviceTypeClause>)) != in DisallowSinceLastDeviceType() 434 cast<OpenACCDeviceTypeClause>(**CurDevTypeItr); in DisallowSinceLastDeviceType() 1095 return OpenACCDeviceTypeClause::Create( in VisitDeviceTypeClause() 1881 ExistingClauses, llvm::IsaPred<OpenACCDeviceTypeClause>); in ActOnClause() 1884 *this, *cast<OpenACCDeviceTypeClause>(*DevTypeClause), Clause)) in ActOnClause()
|
| H A D | SemaOpenACC.cpp | 2143 llvm::find_if(Clauses, llvm::IsaPred<OpenACCDeviceTypeClause>); in CheckValidRoutineGangWorkerVectorSeqClauses() 2166 llvm::IsaPred<OpenACCDeviceTypeClause>); in CheckValidRoutineGangWorkerVectorSeqClauses()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 1182 const OpenACCDeviceTypeClause &C) { in VisitDeviceTypeClause() 1184 NewClause = OpenACCDeviceTypeClause::Create( in VisitDeviceTypeClause()
|
| H A D | TreeTransform.h | 12313 const OpenACCDeviceTypeClause &C) { in VisitDeviceTypeClause() 12315 NewClause = OpenACCDeviceTypeClause::Create( in VisitDeviceTypeClause()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenACCClause.h | 266 class OpenACCDeviceTypeClause final 268 private llvm::TrailingObjects<OpenACCDeviceTypeClause, 274 OpenACCDeviceTypeClause(OpenACCClauseKind K, SourceLocation BeginLoc, in OpenACCDeviceTypeClause() function 313 static OpenACCDeviceTypeClause *
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenOpenACCClause.cpp | 75 void setLastDeviceTypeClause(const OpenACCDeviceTypeClause &clause) { in setLastDeviceTypeClause() 399 void VisitDeviceTypeClause(const OpenACCDeviceTypeClause &clause) { in VisitDeviceTypeClause()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 8841 const auto *DTC = cast<OpenACCDeviceTypeClause>(C); in writeOpenACCClause()
|
| H A D | ASTReader.cpp | 12864 return OpenACCDeviceTypeClause::Create(getContext(), ClauseKind, BeginLoc, in readOpenACCClause()
|