Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp17540 MappableVarListInfo &MVLI, SourceLocation StartLoc, in checkMappableExpressionList() argument
17571 for (Expr *RE : MVLI.VarList) { in checkMappableExpressionList()
17597 MVLI.UDMapperList.push_back(ER.get()); in checkMappableExpressionList()
17600 MVLI.ProcessedVarList.push_back(RE); in checkMappableExpressionList()
17641 MVLI.UDMapperList.push_back(ER.get()); in checkMappableExpressionList()
17643 MVLI.ProcessedVarList.push_back(RE); in checkMappableExpressionList()
17644 MVLI.VarComponents.resize(MVLI.VarComponents.size() + 1); in checkMappableExpressionList()
17645 MVLI.VarComponents.back().append(CurComponents.begin(), in checkMappableExpressionList()
17647 MVLI.VarBaseDeclarations.push_back(nullptr); in checkMappableExpressionList()
17808 MVLI.UDMapperList.push_back(ER.get()); in checkMappableExpressionList()
[all …]
/external/clang/lib/Sema/
DSemaOpenMP.cpp10870 OpenMPClauseKind CKind, MappableVarListInfo &MVLI, in checkMappableExpressionList() argument
10884 for (auto &RE : MVLI.VarList) { in checkMappableExpressionList()
10895 MVLI.ProcessedVarList.push_back(RE); in checkMappableExpressionList()
11023 MVLI.ProcessedVarList.push_back(RE); in checkMappableExpressionList()
11032 MVLI.VarComponents.resize(MVLI.VarComponents.size() + 1); in checkMappableExpressionList()
11033 MVLI.VarComponents.back().append(CurComponents.begin(), in checkMappableExpressionList()
11035 MVLI.VarBaseDeclarations.push_back(isa<MemberExpr>(BE) ? nullptr in checkMappableExpressionList()
11046 MappableVarListInfo MVLI(VarList); in ActOnOpenMPMapClause() local
11047 checkMappableExpressionList(*this, DSAStack, OMPC_map, MVLI, StartLoc, in ActOnOpenMPMapClause()
11053 MVLI.ProcessedVarList, MVLI.VarBaseDeclarations, in ActOnOpenMPMapClause()
[all …]