Home
last modified time | relevance | path

Searched refs:ExtraModifierLoc (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp773 Data.ExtraModifierLoc)) in parseDeclareSimdClauses()
4458 Data.ExtraModifierLoc = Tok.getLocation(); in ParseOpenMPVarList()
4504 Data.ExtraModifierLoc = Tok.getLocation(); in ParseOpenMPVarList()
4578 Data.ExtraModifierLoc = ConsumeToken(); in ParseOpenMPVarList()
4582 Diag(Data.ExtraModifierLoc, diag::err_omp_deprecate_old_syntax) in ParseOpenMPVarList()
4596 Data.ExtraModifierLoc = Tok.getLocation(); in ParseOpenMPVarList()
4626 Data.ExtraModifierLoc = Tok.getLocation(); in ParseOpenMPVarList()
4738 Data.ExtraModifierLoc = Tok.getLocation(); in ParseOpenMPVarList()
4836 Data.ExtraModifierLoc = ConsumeToken(); in ParseOpenMPVarList()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp18099 SourceLocation ExtraModifierLoc = Data.ExtraModifierLoc; in ActOnOpenMPVarListClause() local
18113 ExtraModifierLoc, ColonLoc, StartLoc, LParenLoc, EndLoc); in ActOnOpenMPVarListClause()
18123 StartLoc, LParenLoc, ExtraModifierLoc, ColonLoc, EndLoc, in ActOnOpenMPVarListClause()
18141 static_cast<OpenMPLinearClauseKind>(ExtraModifier), ExtraModifierLoc, in ActOnOpenMPVarListClause()
18161 {static_cast<OpenMPDependClauseKind>(ExtraModifier), ExtraModifierLoc, in ActOnOpenMPVarListClause()
18172 ExtraModifierLoc, ColonLoc, VarList, Locs); in ActOnOpenMPVarListClause()
18218 ExtraModifierLoc, ColonLoc, VarList, StartLoc, LParenLoc, EndLoc); in ActOnOpenMPVarListClause()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h12384 SourceLocation ExtraModifierLoc; member