reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Sema/Sema.h
  518   PragmaStack<MSVtorDispAttr::Mode> VtorDispStack;
  522   PragmaStack<unsigned> PackStack;
  531   PragmaStack<StringLiteral *> DataSegStack;
  532   PragmaStack<StringLiteral *> BSSSegStack;
  533   PragmaStack<StringLiteral *> ConstSegStack;
  534   PragmaStack<StringLiteral *> CodeSegStack;
tools/clang/lib/Sema/SemaAttr.cpp
  517   PragmaStack<StringLiteral *> *Stack =
tools/clang/lib/Sema/SemaDecl.cpp
12435     PragmaStack<StringLiteral *> *Stack = nullptr;