Searched defs:LinKind (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 4808 OpenMPLinearClauseKind LinKind = ParseOpenMPVarList() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 7127 auto LinKind = static_cast<OpenMPLinearClauseKind>(*MI); ActOnOpenMPDeclareSimdDirective() local 20224 CheckOpenMPLinearModifier(OpenMPLinearClauseKind LinKind,SourceLocation LinLoc) CheckOpenMPLinearModifier() argument 20235 CheckOpenMPLinearDecl(const ValueDecl * D,SourceLocation ELoc,OpenMPLinearClauseKind LinKind,QualType Type,bool IsDeclareSimd) CheckOpenMPLinearDecl() argument 20278 ActOnOpenMPLinearClause(ArrayRef<Expr * > VarList,Expr * Step,SourceLocation StartLoc,SourceLocation LParenLoc,OpenMPLinearClauseKind LinKind,SourceLocation LinLoc,SourceLocation ColonLoc,SourceLocation StepModifierLoc,SourceLocation EndLoc) ActOnOpenMPLinearClause() argument 20435 OpenMPLinearClauseKind LinKind = Clause.getModifier(); FinishOpenMPLinearClause() local [all...] |