Lines Matching refs:Spelling
702 OpenACCCopyClause(OpenACCClauseKind Spelling, SourceLocation BeginLoc, in OpenACCCopyClause() argument
705 : OpenACCClauseWithVarList(Spelling, BeginLoc, LParenLoc, EndLoc) { in OpenACCCopyClause()
706 assert((Spelling == OpenACCClauseKind::Copy || in OpenACCCopyClause()
707 Spelling == OpenACCClauseKind::PCopy || in OpenACCCopyClause()
708 Spelling == OpenACCClauseKind::PresentOrCopy) && in OpenACCCopyClause()
722 Create(const ASTContext &C, OpenACCClauseKind Spelling,
732 OpenACCCopyInClause(OpenACCClauseKind Spelling, SourceLocation BeginLoc, in OpenACCCopyInClause() argument
735 : OpenACCClauseWithVarList(Spelling, BeginLoc, LParenLoc, EndLoc), in OpenACCCopyInClause()
737 assert((Spelling == OpenACCClauseKind::CopyIn || in OpenACCCopyInClause()
738 Spelling == OpenACCClauseKind::PCopyIn || in OpenACCCopyInClause()
739 Spelling == OpenACCClauseKind::PresentOrCopyIn) && in OpenACCCopyInClause()
754 Create(const ASTContext &C, OpenACCClauseKind Spelling,
764 OpenACCCopyOutClause(OpenACCClauseKind Spelling, SourceLocation BeginLoc, in OpenACCCopyOutClause() argument
767 : OpenACCClauseWithVarList(Spelling, BeginLoc, LParenLoc, EndLoc), in OpenACCCopyOutClause()
769 assert((Spelling == OpenACCClauseKind::CopyOut || in OpenACCCopyOutClause()
770 Spelling == OpenACCClauseKind::PCopyOut || in OpenACCCopyOutClause()
771 Spelling == OpenACCClauseKind::PresentOrCopyOut) && in OpenACCCopyOutClause()
786 Create(const ASTContext &C, OpenACCClauseKind Spelling,
796 OpenACCCreateClause(OpenACCClauseKind Spelling, SourceLocation BeginLoc, in OpenACCCreateClause() argument
799 : OpenACCClauseWithVarList(Spelling, BeginLoc, LParenLoc, EndLoc), in OpenACCCreateClause()
801 assert((Spelling == OpenACCClauseKind::Create || in OpenACCCreateClause()
802 Spelling == OpenACCClauseKind::PCreate || in OpenACCCreateClause()
803 Spelling == OpenACCClauseKind::PresentOrCreate) && in OpenACCCreateClause()
818 Create(const ASTContext &C, OpenACCClauseKind Spelling,