Lines Matching refs:Stack
197 /// \brief Prints an include stack when appropriate for a particular
203 /// of customizing the formatting and display of the include stack.
207 /// \param Level The diagnostic level of the message this stack pertains to.
231 /// \brief Helper to recursivly walk up the include stack and print each layer
245 // import stack rather than the
249 // This location was imported by a module. Emit the module import stack.
261 /// \brief Emit the module import stack associated with the current location.
274 /// \brief Helper to recursivly walk up the import stack and print each layer
294 /// \brief Emit the module build stack, for cases where a module is (re-)built
297 ModuleBuildStack Stack = SM.getModuleBuildStack();
298 for (unsigned I = 0, N = Stack.size(); I != N; ++I) {
299 const SourceManager &CurSM = Stack[I].second.getManager();
300 SourceLocation CurLoc = Stack[I].second;
304 Stack[I].first,
553 /// Walks up the macro expansion stack printing expansion notes, the code
568 // Produce a stack of macro backtraces.