Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDOpenMPKinds.def105 OPENMP_CLAUSE(final, OMPFinalClause)
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDOpenMPClause.h207 class OMPFinalClause : public OMPClause {
226 OMPFinalClause(Expr *Cond, SourceLocation StartLoc, SourceLocation LParenLoc, in OMPFinalClause() function
233 OMPFinalClause() in OMPFinalClause() function
HDDataRecursiveASTVisitor.h2436 bool RecursiveASTVisitor<Derived>::VisitOMPFinalClause(OMPFinalClause *C) { in VisitOMPFinalClause()
HDRecursiveASTVisitor.h2468 bool RecursiveASTVisitor<Derived>::VisitOMPFinalClause(OMPFinalClause *C) { in VisitOMPFinalClause()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDStmtProfile.cpp276 void OMPClauseProfiler::VisitOMPFinalClause(const OMPFinalClause *C) { in VisitOMPFinalClause()
HDStmtPrinter.cpp608 void OMPClausePrinter::VisitOMPFinalClause(OMPFinalClause *Node) { in VisitOMPFinalClause()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderStmt.cpp1711 C = new (Context) OMPFinalClause(); in readClause()
1804 void OMPClauseReader::VisitOMPFinalClause(OMPFinalClause *C) { in VisitOMPFinalClause()
HDASTWriterStmt.cpp1725 void OMPClauseWriter::VisitOMPFinalClause(OMPFinalClause *C) { in VisitOMPFinalClause()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGStmtOpenMP.cpp1593 auto *Cond = cast<OMPFinalClause>(Clause)->getCondition(); in EmitOMPTaskDirective()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaOpenMP.cpp4658 return new (Context) OMPFinalClause(ValExpr, StartLoc, LParenLoc, EndLoc); in ActOnOpenMPFinalClause()
HDTreeTransform.h7163 OMPClause *TreeTransform<Derived>::TransformOMPFinalClause(OMPFinalClause *C) { in TransformOMPFinalClause()