Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtProfile.cpp525 const OMPReverseOffloadClause *C) {} in VisitOMPReverseOffloadClause()
H A DOpenMPClause.cpp1766 void OMPClausePrinter::VisitOMPReverseOffloadClause(OMPReverseOffloadClause *) { in VisitOMPReverseOffloadClause() argument
/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h1398 class OMPReverseOffloadClause final : public OMPClause {
1405 OMPReverseOffloadClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPReverseOffloadClause() function
1409 OMPReverseOffloadClause() in OMPReverseOffloadClause() function
H A DRecursiveASTVisitor.h3298 OMPReverseOffloadClause *) {
/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td295 let clangClass = "OMPReverseOffloadClause";
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp3483 isa<OMPReverseOffloadClause>(CNew) || in CheckOMPRequiresDecl()
6750 DSAStack->hasRequiresDeclWithClause<OMPReverseOffloadClause>() || in ActOnOpenMPExecutableDirective()
17202 return new (Context) OMPReverseOffloadClause(StartLoc, EndLoc); in ActOnOpenMPReverseOffloadClause()
20506 if (!DSAStack->hasRequiresDeclWithClause<OMPReverseOffloadClause>()) { in ActOnOpenMPDeviceClause()
H A DTreeTransform.h9770 OMPReverseOffloadClause *C) { in TransformOMPReverseOffloadClause()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp11614 C = new (Context) OMPReverseOffloadClause(); in readClause()
12010 void OMPClauseReader::VisitOMPReverseOffloadClause(OMPReverseOffloadClause *) {} in VisitOMPReverseOffloadClause() argument
H A DASTWriter.cpp6856 void OMPClauseWriter::VisitOMPReverseOffloadClause(OMPReverseOffloadClause *) {} in VisitOMPReverseOffloadClause() argument
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp2431 const OMPReverseOffloadClause *) {} in VisitOMPReverseOffloadClause() argument