Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/ !
H A DSemaOpenACC.cpp1233 ExprResult SemaOpenACC::ActOnIntExpr(OpenACCDirectiveKind DK, in ActOnIntExpr() function in SemaOpenACC
1490 ActOnIntExpr(OpenACCDirectiveKind::Invalid, OpenACCClauseKind::Invalid, in ActOnArraySectionExpr()
1501 ActOnIntExpr(OpenACCDirectiveKind::Invalid, OpenACCClauseKind::Invalid, in ActOnArraySectionExpr()
H A DTreeTransform.h11302 Res = Self.getSema().OpenACC().ActOnIntExpr(OpenACCDirectiveKind::Invalid, in VisitNumGangsClause()
11464 Res = Self.getSema().OpenACC().ActOnIntExpr(OpenACCDirectiveKind::Invalid, in VisitNumWorkersClause()
11487 Res = Self.getSema().OpenACC().ActOnIntExpr(OpenACCDirectiveKind::Invalid, in VisitVectorLengthClause()
11508 Res = Self.getSema().OpenACC().ActOnIntExpr(OpenACCDirectiveKind::Invalid, in VisitAsyncClause()
11535 Res = Self.getSema().OpenACC().ActOnIntExpr(OpenACCDirectiveKind::Invalid, in VisitWaitClause()
11549 Res = Self.getSema().OpenACC().ActOnIntExpr(OpenACCDirectiveKind::Invalid, in VisitWaitClause()
/src/contrib/llvm-project/clang/include/clang/Sema/ !
H A DSemaOpenACC.h425 ExprResult ActOnIntExpr(OpenACCDirectiveKind DK, OpenACCClauseKind CK,
/src/contrib/llvm-project/clang/lib/Parse/ !
H A DParseOpenACC.cpp672 return {getActions().OpenACC().ActOnIntExpr(DK, CK, Loc, ER.get()), in ParseOpenACCIntExpr()