Lines Matching refs:OpenACC

2801     return getSema().OpenACC().ActOnArraySectionExpr(  in RebuildArraySectionExpr()
4043 return getSema().OpenACC().ActOnEndStmtDirective(K, BeginLoc, DirLoc, in RebuildOpenACCComputeConstruct()
4052 return getSema().OpenACC().ActOnEndStmtDirective( in RebuildOpenACCLoopConstruct()
11217 Res = Self.getSema().OpenACC().ActOnVar(ParsedClause.getClauseKind(), in VisitVarList()
11236 void Visit##CLAUSE_NAME##Clause(const OpenACC##CLAUSE_NAME##Clause &Clause);
11302 Res = Self.getSema().OpenACC().ActOnIntExpr(OpenACCDirectiveKind::Invalid, in VisitNumGangsClause()
11423 return Self.getSema().OpenACC().CheckVarIsPointerType( in VisitAttachClause()
11442 return Self.getSema().OpenACC().CheckVarIsPointerType( in VisitDevicePtrClause()
11464 Res = Self.getSema().OpenACC().ActOnIntExpr(OpenACCDirectiveKind::Invalid, in VisitNumWorkersClause()
11487 Res = Self.getSema().OpenACC().ActOnIntExpr(OpenACCDirectiveKind::Invalid, in VisitVectorLengthClause()
11508 Res = Self.getSema().OpenACC().ActOnIntExpr(OpenACCDirectiveKind::Invalid, in VisitAsyncClause()
11535 Res = Self.getSema().OpenACC().ActOnIntExpr(OpenACCDirectiveKind::Invalid, in VisitWaitClause()
11549 Res = Self.getSema().OpenACC().ActOnIntExpr(OpenACCDirectiveKind::Invalid, in VisitWaitClause()
11611 ExprResult Res = Self.getSema().OpenACC().CheckReductionVar(Var); in VisitReductionClause()
11657 getSema().OpenACC().ActOnConstruct(C->getDirectiveKind(), C->getBeginLoc()); in TransformOpenACCComputeConstruct()
11659 if (getSema().OpenACC().ActOnStartStmtDirective(C->getDirectiveKind(), in TransformOpenACCComputeConstruct()
11667 SemaOpenACC::AssociatedStmtRAII AssocStmtRAII(getSema().OpenACC(), in TransformOpenACCComputeConstruct()
11670 StrBlock = getSema().OpenACC().ActOnAssociatedStmt( in TransformOpenACCComputeConstruct()
11682 getSema().OpenACC().ActOnConstruct(C->getDirectiveKind(), C->getBeginLoc()); in TransformOpenACCLoopConstruct()
11684 if (getSema().OpenACC().ActOnStartStmtDirective(C->getDirectiveKind(), in TransformOpenACCLoopConstruct()
11693 SemaOpenACC::AssociatedStmtRAII AssocStmtRAII(getSema().OpenACC(), in TransformOpenACCLoopConstruct()
11696 Loop = getSema().OpenACC().ActOnAssociatedStmt(C->getBeginLoc(), in TransformOpenACCLoopConstruct()