Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h46 class OMPClause; variable
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h66 OMPClause(OpenMPClauseKind K, SourceLocation StartLoc, SourceLocation EndLoc) in OMPClause() function
107 static bool classof(const OMPClause *) { return true; } in classof()
9020 size_t numTrailingObjects(OverloadToken<OMPClause *>) const { in numTrailingObjects()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h8659 internal::Matcher<OMPClause>, InnerMatcher) { in AST_MATCHER_P()