Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp156 LoopControlVariablesMapTy LCVMap; member
1306 StackElem.LCVMap.try_emplace( in addLoopControlVariable()
1307 D, LCDeclInfo(StackElem.LCVMap.size() + 1, Capture)); in addLoopControlVariable()
1315 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()
1316 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()
1327 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()
1328 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()
1339 auto It = Parent->LCVMap.find(D); in isParentLoopControlVariable()
1340 if (It != Parent->LCVMap.end()) in isParentLoopControlVariable()
1348 if (Parent->LCVMap.size() < I) in getParentLoopControlVariable()
[all …]