Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOpenMP.cpp86 MappedExprComponentsTy MappedExprComponents; member
345 auto MI = SI->MappedExprComponents.find(VD); in checkMappableExprComponentListsForDecl()
346 if (MI != SI->MappedExprComponents.end()) in checkMappableExprComponentListsForDecl()
361 auto &MEC = Stack.back().MappedExprComponents[VD]; in addMappableExpressionComponents()