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

/external/clang/include/clang/AST/
H A DOpenMPClause.h639 class OMPNowaitClause : public OMPClause { class in namespace:clang
646 OMPNowaitClause(SourceLocation StartLoc, SourceLocation EndLoc) function in class:clang::OMPNowaitClause
651 OMPNowaitClause() function in class:clang::OMPNowaitClause
H A DDataRecursiveASTVisitor.h2373 bool RecursiveASTVisitor<Derived>::VisitOMPNowaitClause(OMPNowaitClause *) {
H A DRecursiveASTVisitor.h2395 bool RecursiveASTVisitor<Derived>::VisitOMPNowaitClause(OMPNowaitClause *) {
/external/clang/lib/AST/
H A DStmtPrinter.cpp650 void OMPClausePrinter::VisitOMPNowaitClause(OMPNowaitClause *) {
H A DStmtProfile.cpp302 void OMPClauseProfiler::VisitOMPNowaitClause(const OMPNowaitClause *) {}
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp1706 C = new (Context) OMPNowaitClause();
1788 void OMPClauseReader::VisitOMPNowaitClause(OMPNowaitClause *) {}
H A DASTWriterStmt.cpp1726 void OMPClauseWriter::VisitOMPNowaitClause(OMPNowaitClause *) {}
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp2328 return new (Context) OMPNowaitClause(StartLoc, EndLoc);
H A DTreeTransform.h6586 TreeTransform<Derived>::TransformOMPNowaitClause(OMPNowaitClause *C) {
/external/clang/tools/libclang/
H A DCIndex.cpp1963 void OMPClauseEnqueue::VisitOMPNowaitClause(const OMPNowaitClause *) {}

Completed in 321 milliseconds