Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DASTReaderStmt.cpp2273 auto TotalComponents = C->getTotalComponentsNum(); in VisitOMPMapClause() local
2301 Components.reserve(TotalComponents); in VisitOMPMapClause()
2302 for (unsigned i = 0; i < TotalComponents; ++i) { in VisitOMPMapClause()
2367 auto TotalComponents = C->getTotalComponentsNum(); in VisitOMPToClause() local
2395 Components.reserve(TotalComponents); in VisitOMPToClause()
2396 for (unsigned i = 0; i < TotalComponents; ++i) { in VisitOMPToClause()
2411 auto TotalComponents = C->getTotalComponentsNum(); in VisitOMPFromClause() local
2439 Components.reserve(TotalComponents); in VisitOMPFromClause()
2440 for (unsigned i = 0; i < TotalComponents; ++i) { in VisitOMPFromClause()