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.h1489 class OMPReverseOffloadClause final : public OMPClause {
1496 OMPReverseOffloadClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPReverseOffloadClause() function
1500 OMPReverseOffloadClause() in OMPReverseOffloadClause() function
H A DRecursiveASTVisitor.h3447 OMPReverseOffloadClause *) {
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp552 const OMPReverseOffloadClause *C) {} in VisitOMPReverseOffloadClause()
H A DOpenMPClause.cpp1933 void OMPClausePrinter::VisitOMPReverseOffloadClause(OMPReverseOffloadClause *) { in VisitOMPReverseOffloadClause() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td450 let clangClass = "OMPReverseOffloadClause";
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp3600 isa<OMPReverseOffloadClause>(CNew) || in CheckOMPRequiresDecl()
6688 DSAStack->hasRequiresDeclWithClause<OMPReverseOffloadClause>() || in ActOnOpenMPExecutableDirective()
17184 return new (getASTContext()) OMPReverseOffloadClause(StartLoc, EndLoc); in ActOnOpenMPReverseOffloadClause()
20689 if (!DSAStack->hasRequiresDeclWithClause<OMPReverseOffloadClause>()) { in ActOnOpenMPDeviceClause()
H A DTreeTransform.h10905 OMPReverseOffloadClause *C) { in TransformOMPReverseOffloadClause()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp11215 C = new (Context) OMPReverseOffloadClause(); in readClause()
11695 void OMPClauseReader::VisitOMPReverseOffloadClause(OMPReverseOffloadClause *) {} in VisitOMPReverseOffloadClause() argument
H A DASTWriter.cpp8492 void OMPClauseWriter::VisitOMPReverseOffloadClause(OMPReverseOffloadClause *) {} in VisitOMPReverseOffloadClause() argument