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

/external/clang/include/clang/AST/
H A DOpenMPClause.h1230 class OMPCopyprivateClause : public OMPVarListClause<OMPCopyprivateClause> { class in namespace:clang
1238 OMPCopyprivateClause(SourceLocation StartLoc, SourceLocation LParenLoc, function in class:clang::OMPCopyprivateClause
1240 : OMPVarListClause<OMPCopyprivateClause>(OMPC_copyprivate, StartLoc,
1247 explicit OMPCopyprivateClause(unsigned N) function in class:clang::OMPCopyprivateClause
1248 : OMPVarListClause<OMPCopyprivateClause>(
1261 static OMPCopyprivateClause *
1269 static OMPCopyprivateClause *CreateEmpty(const ASTContext &C, unsigned N);

Completed in 1596 milliseconds