Home | History | Annotate | Download | only in Sema

Lines Matching defs:Back

87       Alignment = Stack.back().Alignment;
139 if (VtorDispModeStack.back() != getLangOpts().VtorDispMode)
141 MSVtorDispAttr::CreateImplicit(Context, VtorDispModeStack.back()));
308 VtorDispModeStack.back() = Mode;
352 CurrentValue = Stack.back().Value;
353 CurrentPragmaLocation = Stack.back().PragmaLocation;
513 unsigned rawType = Stack->back().first;
518 SourceLocation loc = Stack->back().second;
585 const std::pair<unsigned, SourceLocation> *Back = &Stack->back();
586 bool StartsWithPragma = Back->first != NoVisibility;
588 Diag(Back->second, diag::err_pragma_push_visibility_mismatch);
594 Back = &Stack->back();
595 StartsWithPragma = Back->first != NoVisibility;
599 Diag(Back->second, diag::note_surrounding_namespace_starts_here);