Home
last modified time | relevance | path

Searched defs:ClauseKind (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h48 OpenACCClauseKind ClauseKind; global() variable
91 OpenACCParsedClause(OpenACCDirectiveKind DirKind,OpenACCClauseKind ClauseKind,SourceLocation BeginLoc) OpenACCParsedClause() argument
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp45 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 DSemaOpenMP.cpp3861 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 DParseOpenACC.cpp867 ParseOpenACCClauseParams(ArrayRef<const OpenACCClause * > ExistingClauses,OpenACCDirectiveKind DirKind,OpenACCClauseKind ClauseKind,SourceLocation ClauseLoc) ParseOpenACCClauseParams() argument
[all...]
/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp167 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 DASTReader.cpp11883 OpenACCClauseKind ClauseKind = readEnum<OpenACCClauseKind>(); readOpenACCClause() local