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

/freebsd-current/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp761 if (P.ParseOpenMPVarList(OMPD_declare_simd,
1450 IsError = ParseOpenMPVarList(OMPD_declare_variant, OMPC_adjust_args,
4429 bool Parser::ParseOpenMPVarList(OpenMPDirectiveKind DKind, function in class:Parser
4944 if (ParseOpenMPVarList(DKind, Kind, Vars, Data))
/freebsd-current/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3538 bool ParseOpenMPVarList(OpenMPDirectiveKind DKind, OpenMPClauseKind Kind,

Completed in 176 milliseconds