Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenACCClause.cpp21 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 DStmtProfile.cpp2724 const OpenACCDeviceTypeClause &Clause) {} in VisitDeviceTypeClause()
H A DTextNodeDumper.cpp503 cast<OpenACCDeviceTypeClause>(C)->getArchitectures(), OS, in Visit()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACCClause.cpp24 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 DSemaOpenACC.cpp2143 llvm::find_if(Clauses, llvm::IsaPred<OpenACCDeviceTypeClause>); in CheckValidRoutineGangWorkerVectorSeqClauses()
2166 llvm::IsaPred<OpenACCDeviceTypeClause>); in CheckValidRoutineGangWorkerVectorSeqClauses()
H A DSemaTemplateInstantiateDecl.cpp1182 const OpenACCDeviceTypeClause &C) { in VisitDeviceTypeClause()
1184 NewClause = OpenACCDeviceTypeClause::Create( in VisitDeviceTypeClause()
H A DTreeTransform.h12313 const OpenACCDeviceTypeClause &C) { in VisitDeviceTypeClause()
12315 NewClause = OpenACCDeviceTypeClause::Create( in VisitDeviceTypeClause()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenACCClause.h266 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 DCIRGenOpenACCClause.cpp75 void setLastDeviceTypeClause(const OpenACCDeviceTypeClause &clause) { in setLastDeviceTypeClause()
399 void VisitDeviceTypeClause(const OpenACCDeviceTypeClause &clause) { in VisitDeviceTypeClause()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp8841 const auto *DTC = cast<OpenACCDeviceTypeClause>(C); in writeOpenACCClause()
H A DASTReader.cpp12864 return OpenACCDeviceTypeClause::Create(getContext(), ClauseKind, BeginLoc, in readOpenACCClause()