Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DASTFwd.h29 class OMPClause; variable
DOpenMPClause.h65 OMPClause(OpenMPClauseKind K, SourceLocation StartLoc, SourceLocation EndLoc) in OMPClause() function
106 static bool classof(const OMPClause *) { return true; } in classof()
7928 size_t numTrailingObjects(OverloadToken<OMPClause *>) const { in numTrailingObjects()
/external/clang/include/clang/Parse/
DParser.h48 class OMPClause; variable
/external/clang/include/clang/AST/
DOpenMPClause.h41 OMPClause(OpenMPClauseKind K, SourceLocation StartLoc, SourceLocation EndLoc) in OMPClause() function
70 static bool classof(const OMPClause *) { return true; } in classof()
/external/llvm-project/clang/include/clang/Parse/
DParser.h49 class OMPClause; variable
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h7471 internal::Matcher<OMPClause>, InnerMatcher) { in AST_MATCHER_P()
/external/clang/include/clang/Sema/
DSema.h150 class OMPClause; variable
/external/llvm-project/clang/include/clang/Sema/
DSema.h168 class OMPClause; variable