Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DASTFwd.h29 class OMPClause; variable
H A DOpenMPClause.h66 OMPClause(OpenMPClauseKind K, SourceLocation StartLoc, SourceLocation EndLoc) in OMPClause() function
107 static bool classof(const OMPClause *) { return true; } in classof() argument
8980 numTrailingObjects(OverloadToken<OMPClause * >) numTrailingObjects() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h43 class OMPClause; global() variable
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h8621 AST_MATCHER_P(OMPExecutableDirective,hasAnyClause,internal::Matcher<OMPClause>,InnerMatcher) AST_MATCHER_P() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h171 class OMPClause; global() variable