reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
540 LocationStack.push_back(SM.getImmediateExpansionRange(L).getBegin()); 542 LocationStack.push_back(L); 545 IgnoredEnd = LocationStack.size(); 553 L = SM.getImmediateMacroCallerLoc(LocationStack.back()); 557 LocationStack.erase(LocationStack.begin(), 557 LocationStack.erase(LocationStack.begin(), 558 LocationStack.begin() + IgnoredEnd); 560 unsigned MacroDepth = LocationStack.size(); 563 for (auto I = LocationStack.rbegin(), E = LocationStack.rend(); 563 for (auto I = LocationStack.rbegin(), E = LocationStack.rend(); 572 for (auto I = LocationStack.rbegin(), 573 E = LocationStack.rbegin() + MacroStartMessages; 584 for (auto I = LocationStack.rend() - MacroEndMessages, 585 E = LocationStack.rend();