Searched defs:OMPReadClause (Results 1 - 1 of 1) sorted by relevance
/external/clang/include/clang/AST/ | ||
H A D | OpenMPClause.h | 780 class OMPReadClause : public OMPClause { class in namespace:clang 787 OMPReadClause(SourceLocation StartLoc, SourceLocation EndLoc) function in class:clang::OMPReadClause 792 OMPReadClause() : OMPClause(OMPC_read, SourceLocation(), SourceLocation()) {} function in class:clang::OMPReadClause |
Completed in 995 milliseconds