Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp20925 MappableVarListInfo &MVLI, SourceLocation StartLoc, in checkMappableExpressionList() argument
20960 for (Expr *RE : MVLI.VarList) { in checkMappableExpressionList()
20986 MVLI.UDMapperList.push_back(ER.get()); in checkMappableExpressionList()
20989 MVLI.ProcessedVarList.push_back(RE); in checkMappableExpressionList()
21030 MVLI.UDMapperList.push_back(ER.get()); in checkMappableExpressionList()
21032 MVLI.ProcessedVarList.push_back(RE); in checkMappableExpressionList()
21033 MVLI.VarComponents.resize(MVLI.VarComponents.size() + 1); in checkMappableExpressionList()
21034 MVLI.VarComponents.back().append(CurComponents.begin(), in checkMappableExpressionList()
21036 MVLI.VarBaseDeclarations.push_back(nullptr); in checkMappableExpressionList()
21216 MVLI.UDMapperList.push_back(ER.get()); in checkMappableExpressionList()
[all …]