Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOpenMP.cpp87 LoopControlVariablesMapTy LCVMap; member
534 Stack.back().LCVMap.insert( in addLoopControlVariable()
535 std::make_pair(D, LCDeclInfo(Stack.back().LCVMap.size() + 1, Capture))); in addLoopControlVariable()
541 return Stack.back().LCVMap.count(D) > 0 ? Stack.back().LCVMap[D] in isLoopControlVariable()
548 return Stack[Stack.size() - 2].LCVMap.count(D) > 0 in isParentLoopControlVariable()
549 ? Stack[Stack.size() - 2].LCVMap[D] in isParentLoopControlVariable()
555 if (Stack[Stack.size() - 2].LCVMap.size() < I) in getParentLoopControlVariable()
557 for (auto &Pair : Stack[Stack.size() - 2].LCVMap) { in getParentLoopControlVariable()