Searched defs:ClauseKind (Results 1 – 6 of 6) sorted by relevance
/llvm-project/clang/include/clang/Sema/ |
H A D | SemaOpenACC.h | 48 OpenACCClauseKind ClauseKind; global() variable 91 OpenACCParsedClause(OpenACCDirectiveKind DirKind,OpenACCClauseKind ClauseKind,SourceLocation BeginLoc) OpenACCParsedClause() argument [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenACC.cpp | 45 doesClauseApplyToDirective(OpenACCDirectiveKind DirectiveKind,OpenACCClauseKind ClauseKind) doesClauseApplyToDirective() argument 1247 OpenACCClauseKind ClauseKind; ActOnIntExpr() member in SemaOpenACC::ActOnIntExpr::IntExprConverter 1331 CheckVarIsPointerType(OpenACCClauseKind ClauseKind,Expr * VarExpr) CheckVarIsPointerType() argument
|
H A D | SemaOpenMP.cpp | 3861 OpenMPDefaultmapClauseKind ClauseKind = VisitDeclRefExpr() local 4030 OpenMPDefaultmapClauseKind ClauseKind = VisitMemberExpr() local 17139 OpenMPClauseKind ClauseKind = C->getClauseKind(); ActOnOpenMPInteropDirective() local 18697 actOnOMPReductionKindClause(Sema & S,DSAStackTy * Stack,OpenMPClauseKind ClauseKind,ArrayRef<Expr * > VarList,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation ColonLoc,SourceLocation EndLoc,CXXScopeSpec & ReductionIdScopeSpec,const DeclarationNameInfo & ReductionId,ArrayRef<Expr * > UnresolvedReductions,ReductionData & RD) actOnOMPReductionKindClause() argument [all...] |
/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenACC.cpp | 867 ParseOpenACCClauseParams(ArrayRef<const OpenACCClause * > ExistingClauses,OpenACCDirectiveKind DirKind,OpenACCClauseKind ClauseKind,SourceLocation ClauseLoc) ParseOpenACCClauseParams() argument [all...] |
/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 167 getOpenMPBaseScheduleType(llvm::omp::ScheduleKind ClauseKind,bool HasChunks,bool HasSimdModifier) getOpenMPBaseScheduleType() argument 251 computeOpenMPScheduleType(ScheduleKind ClauseKind,bool HasChunks,bool HasSimdModifier,bool HasMonotonicModifier,bool HasNonmonotonicModifier,bool HasOrderedClause) computeOpenMPScheduleType() argument
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 11883 OpenACCClauseKind ClauseKind = readEnum<OpenACCClauseKind>(); readOpenACCClause() local
|