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

/external/clang/include/clang/AST/
H A DOpenMPClause.h280 class OMPFinalClause : public OMPClause { class in namespace:clang
299 OMPFinalClause(Expr *Cond, SourceLocation StartLoc, SourceLocation LParenLoc, function in class:clang::OMPFinalClause
306 OMPFinalClause() function in class:clang::OMPFinalClause
H A DRecursiveASTVisitor.h2617 bool RecursiveASTVisitor<Derived>::VisitOMPFinalClause(OMPFinalClause *C) {
/external/clang/lib/AST/
H A DStmtPrinter.cpp612 void OMPClausePrinter::VisitOMPFinalClause(OMPFinalClause *Node) {
H A DStmtProfile.cpp294 void OMPClauseProfiler::VisitOMPFinalClause(const OMPFinalClause *C) {
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp1781 C = new (Context) OMPFinalClause();
1958 void OMPClauseReader::VisitOMPFinalClause(OMPFinalClause *C) {
H A DASTWriterStmt.cpp1805 void OMPClauseWriter::VisitOMPFinalClause(OMPFinalClause *C) {
/external/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2413 if (const auto *Clause = S.getSingleClause<OMPFinalClause>()) {
/external/clang/tools/libclang/
H A DCIndex.cpp2068 void OMPClauseEnqueue::VisitOMPFinalClause(const OMPFinalClause *C) {
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp7369 return new (Context) OMPFinalClause(ValExpr, StartLoc, LParenLoc, EndLoc);
H A DTreeTransform.h7643 OMPClause *TreeTransform<Derived>::TransformOMPFinalClause(OMPFinalClause *C) {

Completed in 337 milliseconds