Searched defs:OMPCopyinClause (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DOpenMPClause.h2198 class OMPCopyinClause final
2199 : public OMPVarListClause<OMPCopyinClause>,
2200 private llvm::TrailingObjects<OMPCopyinClause, Expr *> {
2224 OMPCopyinClause(SourceLocation StartLoc, SourceLocation LParenLoc, function in class:clang::final
2226 : OMPVarListClause<OMPCopyinClause>(OMPC_copyin, StartLoc, LParenLoc,
2233 explicit OMPCopyinClause(unsigned N) function in class:clang::final
2234 : OMPVarListClause<OMPCopyinClause>(OMPC_copyin, SourceLocation(),
2301 static OMPCopyinClause *
2310 static OMPCopyinClause *CreateEmpty(const ASTContext &C, unsigned N);

Completed in 84 milliseconds