Searched defs:OMPFlushClause (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DOpenMPClause.h2361 class OMPFlushClause : public OMPVarListClause<OMPFlushClause> { class in namespace:clang
2369 OMPFlushClause(SourceLocation StartLoc, SourceLocation LParenLoc, function in class:clang::OMPFlushClause
2371 : OMPVarListClause<OMPFlushClause>(OMPC_flush, StartLoc, LParenLoc,
2378 explicit OMPFlushClause(unsigned N) function in class:clang::OMPFlushClause
2379 : OMPVarListClause<OMPFlushClause>(OMPC_flush, SourceLocation(),
2392 static OMPFlushClause *Create(const ASTContext &C, SourceLocation StartLoc,
2400 static OMPFlushClause *CreateEmpty(const ASTContext &C, unsigned N);

Completed in 35 milliseconds