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

/external/clang/include/clang/AST/
H A DOpenMPClause.h1086 class OMPAlignedClause : public OMPVarListClause<OMPAlignedClause> { class in namespace:clang
1102 OMPAlignedClause(SourceLocation StartLoc, SourceLocation LParenLoc, function in class:clang::OMPAlignedClause
1105 : OMPVarListClause<OMPAlignedClause>(OMPC_aligned, StartLoc, LParenLoc,
1113 explicit OMPAlignedClause(unsigned NumVars) function in class:clang::OMPAlignedClause
1114 : OMPVarListClause<OMPAlignedClause>(OMPC_aligned, SourceLocation(),
1129 static OMPAlignedClause *Create(const ASTContext &C, SourceLocation StartLoc,
1140 static OMPAlignedClause *CreateEmpty(const ASTContext &C, unsigned NumVars);

Completed in 212 milliseconds