Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp669 StackElem.MappedClassesQualTypes.insert(QT); in addMappedClassesQualTypes()
845 auto It = StackElem.AlignedMap.find(D); in addUniqueAligned()
846 if (It == StackElem.AlignedMap.end()) { in addUniqueAligned()
848 StackElem.AlignedMap[D] = NewDE; in addUniqueAligned()
859 StackElem.LCVMap.try_emplace( in addLoopControlVariable()
868 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()
869 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()
880 auto It = StackElem.LCVMap.find(D); in isParentLoopControlVariable()
881 if (It != StackElem.LCVMap.end()) in isParentLoopControlVariable()
890 if (StackElem.LCVMap.size() < I) in getParentLoopControlVariable()
[all …]