Home
last modified time | relevance | path

Searched refs:ParseOpenMPVarList (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseOpenMP.cpp763 if (P.ParseOpenMPVarList(OMPD_declare_simd, in parseDeclareSimdClauses()
1452 IsError = ParseOpenMPVarList(OMPD_declare_variant, OMPC_adjust_args, in ParseOMPDeclareVariantClauses()
4161 bool Parser::ParseOpenMPVarList(OpenMPDirectiveKind DKind, in ParseOpenMPVarList() function in Parser
4540 if (ParseOpenMPVarList(DKind, Kind, Vars, Data)) in ParseOpenMPVarListClause()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h3355 bool ParseOpenMPVarList(OpenMPDirectiveKind DKind, OpenMPClauseKind Kind,