reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
14888 assert(!CurComponents.empty() && "Map clause expression with no components!"); 14889 assert(CurComponents.back().getAssociatedDeclaration() == VD && 14900 CurComponents](OMPClauseMappableExprCommon::MappableExprComponentListRef 14916 auto CI = CurComponents.rbegin(); 14917 auto CE = CurComponents.rend(); 15048 CI != CE ? CurComponents.begin() : StackComponents.begin(); 15049 auto End = CI != CE ? CurComponents.end() : StackComponents.end();