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
62 return const_cast<OMPClause *>(this)->children();
64 static bool classof(const OMPClause *T) { return true; }
70 template <class T> class OMPVarListClause : public OMPClause {
108 : OMPClause(K, StartLoc, EndLoc), LParenLoc(LParenLoc), NumVars(N) {}
154 class OMPIfClause : public OMPClause {
175 : OMPClause(OMPC_if, StartLoc, EndLoc), LParenLoc(LParenLoc),
181 : OMPClause(OMPC_if, SourceLocation(), SourceLocation()),
192 static bool classof(const OMPClause *
[all...]

Completed in 389 milliseconds