Home | History | Annotate | Download | only in Sema

Lines Matching defs:Back

87       Alignment = Stack.back().Alignment;
343 unsigned rawType = Stack->back().first;
348 SourceLocation loc = Stack->back().second;
424 const std::pair<unsigned, SourceLocation> *Back = &Stack->back();
425 bool StartsWithPragma = Back->first != NoVisibility;
427 Diag(Back->second, diag::err_pragma_push_visibility_mismatch);
433 Back = &Stack->back();
434 StartsWithPragma = Back->first != NoVisibility;
438 Diag(Back->second, diag::note_surrounding_namespace_starts_here);