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