Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp710 if (P.ParseOpenMPVarList(OMPD_declare_simd, in parseDeclareSimdClauses()
1404 IsError = ParseOpenMPVarList(OMPD_declare_variant, OMPC_adjust_args, in ParseOMPDeclareVariantClauses()
4393 bool Parser::ParseOpenMPVarList(OpenMPDirectiveKind DKind, in ParseOpenMPVarList() function in Parser
4897 if (ParseOpenMPVarList(DKind, Kind, Vars, Data)) in ParseOpenMPVarListClause()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h6958 bool ParseOpenMPVarList(OpenMPDirectiveKind DKind, OpenMPClauseKind Kind,