Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp656 Parser::OpenACCIntExprParseResult
679 OpenACCIntExprParseResult CurResult = ParseOpenACCIntExpr(DK, CK, Loc); in ParseOpenACCIntExprList()
1149 Parser::OpenACCIntExprParseResult
1170 OpenACCIntExprParseResult Res = ParseOpenACCIntExpr( in ParseOpenACCWaitArgument()
1212 OpenACCIntExprParseResult Res = ParseOpenACCAsyncArgument( in ParseOpenACCWaitArgument()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3748 using OpenACCIntExprParseResult = variable
3752 OpenACCIntExprParseResult ParseOpenACCIntExpr(OpenACCDirectiveKind DK,
3765 OpenACCIntExprParseResult ParseOpenACCAsyncArgument(OpenACCDirectiveKind DK,