Searched defs:OMPClause (Results 1 – 3 of 3) sorted by relevance
46 class OMPClause; variable
66 OMPClause(OpenMPClauseKind K, SourceLocation StartLoc, SourceLocation EndLoc) in OMPClause() function107 static bool classof(const OMPClause *) { return true; } in classof()9020 size_t numTrailingObjects(OverloadToken<OMPClause *>) const { in numTrailingObjects()
8659 internal::Matcher<OMPClause>, InnerMatcher) { in AST_MATCHER_P()