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

/external/clang/include/clang/AST/
H A DOpenMPClause.h32 class OMPClause { class in namespace:clang
41 OMPClause(OpenMPClauseKind K, SourceLocation StartLoc, SourceLocation EndLoc) function in class:clang::OMPClause
67 auto Children = const_cast<OMPClause *>(this)->children();
70 static bool classof(const OMPClause *) { return true; }
76 template <class T> class OMPVarListClause : public OMPClause {
114 : OMPClause(K, StartLoc, EndLoc), LParenLoc(LParenLoc), NumVars(N) {}
160 class OMPIfClause : public OMPClause {
201 : OMPClause(OMPC_if, StartLoc, EndLoc), LParenLoc(LParenLoc),
208 : OMPClause(OMPC_if, SourceLocation(), SourceLocation()), LParenLoc(),
228 static bool classof(const OMPClause *
[all...]

Completed in 66 milliseconds