Home
last modified time | relevance | path

Searched refs:OMPReverseOffloadClause (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h1237 class OMPReverseOffloadClause final : public OMPClause {
1244 OMPReverseOffloadClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPReverseOffloadClause() function
1248 OMPReverseOffloadClause() in OMPReverseOffloadClause() function
H A DRecursiveASTVisitor.h3381 OMPReverseOffloadClause *) {
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp541 const OMPReverseOffloadClause *C) {} in VisitOMPReverseOffloadClause()
H A DOpenMPClause.cpp1830 void OMPClausePrinter::VisitOMPReverseOffloadClause(OMPReverseOffloadClause *) { in VisitOMPReverseOffloadClause() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td375 let clangClass = "OMPReverseOffloadClause";
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp3601 isa<OMPReverseOffloadClause>(CNew) || in CheckOMPRequiresDecl()
6762 DSAStack->hasRequiresDeclWithClause<OMPReverseOffloadClause>() || in ActOnOpenMPExecutableDirective()
16598 return new (getASTContext()) OMPReverseOffloadClause(StartLoc, EndLoc); in ActOnOpenMPReverseOffloadClause()
20024 if (!DSAStack->hasRequiresDeclWithClause<OMPReverseOffloadClause>()) { in ActOnOpenMPDeviceClause()
H A DTreeTransform.h10402 OMPReverseOffloadClause *C) { in TransformOMPReverseOffloadClause()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10498 C = new (Context) OMPReverseOffloadClause(); in readClause()
10930 void OMPClauseReader::VisitOMPReverseOffloadClause(OMPReverseOffloadClause *) {} in VisitOMPReverseOffloadClause() argument
H A DASTWriter.cpp7763 void OMPClauseWriter::VisitOMPReverseOffloadClause(OMPReverseOffloadClause *) {} in VisitOMPReverseOffloadClause() argument