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

/external/clang/include/clang/AST/
H A DOpenMPClause.h610 class OMPOrderedClause : public OMPClause { class in namespace:clang
617 OMPOrderedClause(SourceLocation StartLoc, SourceLocation EndLoc) function in class:clang::OMPOrderedClause
622 OMPOrderedClause() function in class:clang::OMPOrderedClause
H A DDataRecursiveASTVisitor.h2368 bool RecursiveASTVisitor<Derived>::VisitOMPOrderedClause(OMPOrderedClause *) {
H A DRecursiveASTVisitor.h2390 bool RecursiveASTVisitor<Derived>::VisitOMPOrderedClause(OMPOrderedClause *) {
/external/clang/lib/AST/
H A DStmtPrinter.cpp646 void OMPClausePrinter::VisitOMPOrderedClause(OMPOrderedClause *) {
H A DStmtProfile.cpp300 void OMPClauseProfiler::VisitOMPOrderedClause(const OMPOrderedClause *) {}
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp1703 C = new (Context) OMPOrderedClause();
1786 void OMPClauseReader::VisitOMPOrderedClause(OMPOrderedClause *) {}
H A DASTWriterStmt.cpp1724 void OMPClauseWriter::VisitOMPOrderedClause(OMPOrderedClause *) {}
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp2323 return new (Context) OMPOrderedClause(StartLoc, EndLoc);
H A DTreeTransform.h6579 TreeTransform<Derived>::TransformOMPOrderedClause(OMPOrderedClause *C) {
/external/clang/tools/libclang/
H A DCIndex.cpp1961 void OMPClauseEnqueue::VisitOMPOrderedClause(const OMPOrderedClause *) {}

Completed in 3375 milliseconds