Home
last modified time | relevance | path

Searched refs:OMPDeviceClause (Results 1 – 11 of 11) sorted by relevance

/external/clang/include/clang/Basic/
DOpenMPKinds.def164 OPENMP_CLAUSE(device, OMPDeviceClause)
/external/clang/include/clang/AST/
DOpenMPClause.h2509 class OMPDeviceClause : public OMPClause {
2529 OMPDeviceClause(Expr *E, SourceLocation StartLoc, SourceLocation LParenLoc, in OMPDeviceClause() function
2536 OMPDeviceClause() in OMPDeviceClause() function
DRecursiveASTVisitor.h2729 bool RecursiveASTVisitor<Derived>::VisitOMPDeviceClause(OMPDeviceClause *C) {
/external/clang/lib/AST/
DStmtProfile.cpp453 void OMPClauseProfiler::VisitOMPDeviceClause(const OMPDeviceClause *C) { in VisitOMPDeviceClause()
DStmtPrinter.cpp710 void OMPClausePrinter::VisitOMPDeviceClause(OMPDeviceClause *Node) { in VisitOMPDeviceClause()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1851 C = new (Context) OMPDeviceClause(); in readClause()
2178 void OMPClauseReader::VisitOMPDeviceClause(OMPDeviceClause *C) { in VisitOMPDeviceClause()
DASTWriterStmt.cpp1990 void OMPClauseWriter::VisitOMPDeviceClause(OMPDeviceClause *C) { in VisitOMPDeviceClause()
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp2567 if (auto *C = S.getSingleClause<OMPDeviceClause>()) { in EmitOMPTargetDirective()
/external/clang/tools/libclang/
DCIndex.cpp2079 void OMPClauseEnqueue::VisitOMPDeviceClause(const OMPDeviceClause *C) { in VisitOMPDeviceClause()
/external/clang/lib/Sema/
DSemaOpenMP.cpp8074 return new (Context) OMPDeviceClause(ValExpr, StartLoc, LParenLoc, EndLoc); in ActOnOpenMPDeviceClause()
DTreeTransform.h7779 TreeTransform<Derived>::TransformOMPDeviceClause(OMPDeviceClause *C) { in TransformOMPDeviceClause()