Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h777 bool CheckOpenMPLinearModifier(OpenMPLinearClauseKind LinKind,
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp781 if (P.getActions().OpenMP().CheckOpenMPLinearModifier( in parseDeclareSimdClauses()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp19027 bool SemaOpenMP::CheckOpenMPLinearModifier(OpenMPLinearClauseKind LinKind, in CheckOpenMPLinearModifier() function in SemaOpenMP
19097 if (CheckOpenMPLinearModifier(LinKind, LinLoc)) in ActOnOpenMPLinearClause()