Searched refs:ExtraModifierLoc (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 722 Data.ExtraModifierLoc)) in parseDeclareSimdClauses() 4422 Data.ExtraModifierLoc = Tok.getLocation(); in ParseOpenMPVarList() 4499 Data.ExtraModifierLoc = Tok.getLocation(); in ParseOpenMPVarList() 4573 Data.ExtraModifierLoc = ConsumeToken(); in ParseOpenMPVarList() 4577 Diag(Data.ExtraModifierLoc, diag::err_omp_deprecate_old_syntax) in ParseOpenMPVarList() 4591 Data.ExtraModifierLoc = Tok.getLocation(); in ParseOpenMPVarList() 4621 Data.ExtraModifierLoc = Tok.getLocation(); in ParseOpenMPVarList() 4740 Data.ExtraModifierLoc = Tok.getLocation(); in ParseOpenMPVarList() 4841 Data.ExtraModifierLoc = ConsumeToken(); in ParseOpenMPVarList()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaOpenMP.h | 1159 SourceLocation ExtraModifierLoc; member
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 17486 SourceLocation ExtraModifierLoc = Data.ExtraModifierLoc; in ActOnOpenMPVarListClause() local 17500 ExtraModifierLoc, ColonLoc, StartLoc, LParenLoc, EndLoc); in ActOnOpenMPVarListClause() 17512 StartLoc, LParenLoc, ExtraModifierLoc, ColonLoc, EndLoc, in ActOnOpenMPVarListClause() 17530 static_cast<OpenMPLinearClauseKind>(ExtraModifier), ExtraModifierLoc, in ActOnOpenMPVarListClause() 17550 {static_cast<OpenMPDependClauseKind>(ExtraModifier), ExtraModifierLoc, in ActOnOpenMPVarListClause() 17561 ExtraModifierLoc, ColonLoc, VarList, Locs); in ActOnOpenMPVarListClause() 17623 ExtraModifierLoc, ColonLoc, VarList, StartLoc, LParenLoc, EndLoc); in ActOnOpenMPVarListClause()
|