Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTFwd.h29 class OMPClause; variable
H A DOpenMPClause.h65 OMPClause(OpenMPClauseKind K, SourceLocation StartLoc, SourceLocation EndLoc) in OMPClause() function
106 static bool classof(const OMPClause *) { return true; } in classof()
8475 size_t numTrailingObjects(OverloadToken<OMPClause *>) const { in numTrailingObjects()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h49 class OMPClause; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7901 internal::Matcher<OMPClause>, InnerMatcher) { in AST_MATCHER_P()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h168 class OMPClause; variable