Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp167 LoopControlVariablesMapTy LCVMap; member
1440 StackElem.LCVMap.try_emplace( in addLoopControlVariable()
1441 D, LCDeclInfo(StackElem.LCVMap.size() + 1, Capture)); in addLoopControlVariable()
1449 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()
1450 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()
1461 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()
1462 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()
1473 auto It = Parent->LCVMap.find(D); in isParentLoopControlVariable()
1474 if (It != Parent->LCVMap.end()) in isParentLoopControlVariable()
1482 if (Parent->LCVMap.size() < I) in getParentLoopControlVariable()
[all …]