Home
last modified time | relevance | path

Searched refs:ActOnIntExpr (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp770 return {getActions().OpenACC().ActOnIntExpr(DK, CK, Loc, ER.get()), in ParseOpenACCIntExpr()
844 SizeExpr = getActions().OpenACC().ActOnIntExpr( in ParseOpenACCSizeExpr()
1096 LoopCount = getActions().OpenACC().ActOnIntExpr( in ParseOpenACCClauseParams()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp391 ExprResult SemaOpenACC::ActOnIntExpr(OpenACCDirectiveKind DK, in ActOnIntExpr() function in SemaOpenACC
796 ActOnIntExpr(OpenACCDirectiveKind::Invalid, OpenACCClauseKind::Invalid, in ActOnArraySectionExpr()
807 ActOnIntExpr(OpenACCDirectiveKind::Invalid, OpenACCClauseKind::Invalid, in ActOnArraySectionExpr()
H A DSemaOpenACCClause.cpp1123 return S.ActOnIntExpr(OpenACCDirectiveKind::Invalid, OpenACCClauseKind::Gang, in CheckGangStaticExpr()
1164 ExprResult Res = S.ActOnIntExpr(OpenACCDirectiveKind::Invalid, in CheckGangDimExpr()
H A DTreeTransform.h11858 Res = Self.getSema().OpenACC().ActOnIntExpr(OpenACCDirectiveKind::Invalid, in VisitNumGangsClause()
12105 Res = Self.getSema().OpenACC().ActOnIntExpr(OpenACCDirectiveKind::Invalid, in VisitNumWorkersClause()
12128 Res = Self.getSema().OpenACC().ActOnIntExpr(OpenACCDirectiveKind::Invalid, in VisitDeviceNumClause()
12151 Res = Self.getSema().OpenACC().ActOnIntExpr(OpenACCDirectiveKind::Invalid, in VisitDefaultAsyncClause()
12174 Res = Self.getSema().OpenACC().ActOnIntExpr(OpenACCDirectiveKind::Invalid, in VisitVectorLengthClause()
12195 Res = Self.getSema().OpenACC().ActOnIntExpr(OpenACCDirectiveKind::Invalid, in VisitAsyncClause()
12222 Res = Self.getSema().OpenACC().ActOnIntExpr(OpenACCDirectiveKind::Invalid, in VisitWorkerClause()
12249 Res = Self.getSema().OpenACC().ActOnIntExpr(OpenACCDirectiveKind::Invalid, in VisitVectorClause()
12277 Res = Self.getSema().OpenACC().ActOnIntExpr(OpenACCDirectiveKind::Invalid, in VisitWaitClause()
12291 Res = Self.getSema().OpenACC().ActOnIntExpr(OpenACCDirectiveKind::Invalid, in VisitWaitClause()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h870 ExprResult ActOnIntExpr(OpenACCDirectiveKind DK, OpenACCClauseKind CK,