Searched refs:OMPDeviceClause (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp87 return static_cast<const OMPDeviceClause *>(C);
1341 void OMPClausePrinter::VisitOMPDeviceClause(OMPDeviceClause *Node) {
H A DStmtProfile.cpp716 void OMPClauseProfiler::VisitOMPDeviceClause(const OMPDeviceClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4388 if (auto *C = S.getSingleClause<OMPDeviceClause>())
5033 if (const auto *C = S.getSingleClause<OMPDeviceClause>())
5058 if (const auto *C = S.getSingleClause<OMPDeviceClause>())
5079 if (const auto *C = S.getSingleClause<OMPDeviceClause>())
5455 if (const auto *C = S.getSingleClause<OMPDeviceClause>())
H A DCGOpenMPRuntime.cpp5076 if (auto *C = D.getSingleClause<OMPDeviceClause>())
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h4089 class OMPDeviceClause : public OMPClause, public OMPClauseWithPreInit { class in namespace:clang
4112 OMPDeviceClause(Expr *E, Stmt *HelperE, OpenMPDirectiveKind CaptureRegion, function in class:clang::OMPDeviceClause
4121 OMPDeviceClause() function in class:clang::OMPDeviceClause
H A DRecursiveASTVisitor.h3337 bool RecursiveASTVisitor<Derived>::VisitOMPDeviceClause(OMPDeviceClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6350 void OMPClauseWriter::VisitOMPDeviceClause(OMPDeviceClause *C) {
H A DASTReader.cpp11647 C = new (Context) OMPDeviceClause();
12158 void OMPClauseReader::VisitOMPDeviceClause(OMPDeviceClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9144 TreeTransform<Derived>::TransformOMPDeviceClause(OMPDeviceClause *C) {
H A DSemaOpenMP.cpp15107 return new (Context) OMPDeviceClause(ValExpr, HelperValStmt, CaptureRegion,

Completed in 396 milliseconds