Searched refs:ActOnIntExpr (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Sema/ ! |
| H A D | SemaOpenACC.cpp | 1233 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 D | TreeTransform.h | 11302 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 D | SemaOpenACC.h | 425 ExprResult ActOnIntExpr(OpenACCDirectiveKind DK, OpenACCClauseKind CK,
|
| /src/contrib/llvm-project/clang/lib/Parse/ ! |
| H A D | ParseOpenACC.cpp | 672 return {getActions().OpenACC().ActOnIntExpr(DK, CK, Loc, ER.get()), in ParseOpenACCIntExpr()
|