Searched refs:ParseOpenACCIntExpr (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenACC.cpp | 657 Parser::ParseOpenACCIntExpr(OpenACCDirectiveKind DK, OpenACCClauseKind CK, in ParseOpenACCIntExpr() function in Parser 679 OpenACCIntExprParseResult CurResult = ParseOpenACCIntExpr(DK, CK, Loc); in ParseOpenACCIntExprList() 693 CurResult = ParseOpenACCIntExpr(DK, CK, Loc); in ParseOpenACCIntExprList() 802 return ParseOpenACCIntExpr(OpenACCDirectiveKind::Invalid, in ParseOpenACCGangArg() 814 return ParseOpenACCIntExpr(OpenACCDirectiveKind::Invalid, in ParseOpenACCGangArg() 1013 ExprResult IntExpr = ParseOpenACCIntExpr(OpenACCDirectiveKind::Invalid, in ParseOpenACCClauseParams() 1083 ExprResult IntExpr = ParseOpenACCIntExpr(OpenACCDirectiveKind::Invalid, in ParseOpenACCClauseParams() 1152 return ParseOpenACCIntExpr(DK, CK, Loc); in ParseOpenACCAsyncArgument() 1170 OpenACCIntExprParseResult Res = ParseOpenACCIntExpr( in ParseOpenACCWaitArgument()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 3752 OpenACCIntExprParseResult ParseOpenACCIntExpr(OpenACCDirectiveKind DK,
|