Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DOpenMPClause.h807 class OMPReverseOffloadClause final : public OMPClause {
814 OMPReverseOffloadClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPReverseOffloadClause() function
818 OMPReverseOffloadClause() in OMPReverseOffloadClause() function
H A DRecursiveASTVisitor.h2880 OMPReverseOffloadClause *) {
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DOpenMPKinds.def290 OPENMP_CLAUSE(reverse_offload, OMPReverseOffloadClause)
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DOpenMPClause.cpp1121 void OMPClausePrinter::VisitOMPReverseOffloadClause(OMPReverseOffloadClause *) { in VisitOMPReverseOffloadClause() argument
H A DStmtProfile.cpp477 const OMPReverseOffloadClause *C) {} in VisitOMPReverseOffloadClause()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp11734 C = new (Context) OMPReverseOffloadClause(); in readClause()
11975 void OMPClauseReader::VisitOMPReverseOffloadClause(OMPReverseOffloadClause *) {} in VisitOMPReverseOffloadClause() argument
H A DASTWriter.cpp6944 void OMPClauseWriter::VisitOMPReverseOffloadClause(OMPReverseOffloadClause *) {} in VisitOMPReverseOffloadClause() argument
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h8474 OMPReverseOffloadClause *C) { in TransformOMPReverseOffloadClause()
H A DSemaOpenMP.cpp9605 return new (Context) OMPReverseOffloadClause(StartLoc, EndLoc); in ActOnOpenMPReverseOffloadClause()