Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DStmtProfile.cpp525 const OMPReverseOffloadClause *C) {} in VisitOMPReverseOffloadClause()
H A DOpenMPClause.cpp1779 void OMPClausePrinter::VisitOMPReverseOffloadClause(OMPReverseOffloadClause *) { in VisitOMPReverseOffloadClause() argument
/openbsd/gnu/llvm/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.h3300 OMPReverseOffloadClause *) {
/openbsd/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td323 let clangClass = "OMPReverseOffloadClause";
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp10072 C = new (Context) OMPReverseOffloadClause(); in readClause()
10480 void OMPClauseReader::VisitOMPReverseOffloadClause(OMPReverseOffloadClause *) {} in VisitOMPReverseOffloadClause() argument
H A DASTWriter.cpp7037 void OMPClauseWriter::VisitOMPReverseOffloadClause(OMPReverseOffloadClause *) {} in VisitOMPReverseOffloadClause() argument
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp3536 isa<OMPReverseOffloadClause>(CNew) || in CheckOMPRequiresDecl()
6829 DSAStack->hasRequiresDeclWithClause<OMPReverseOffloadClause>() || in ActOnOpenMPExecutableDirective()
17484 return new (Context) OMPReverseOffloadClause(StartLoc, EndLoc); in ActOnOpenMPReverseOffloadClause()
20789 if (!DSAStack->hasRequiresDeclWithClause<OMPReverseOffloadClause>()) { in ActOnOpenMPDeviceClause()
H A DTreeTransform.h9891 OMPReverseOffloadClause *C) { in TransformOMPReverseOffloadClause()
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp2439 const OMPReverseOffloadClause *) {} in VisitOMPReverseOffloadClause() argument