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

Declarations

tools/clang/include/clang/Sema/Sema.h
 9058   void PopPragmaVisibility(bool IsNamespaceEnd, SourceLocation EndLoc);

References

tools/clang/lib/Sema/SemaAttr.cpp
  925     PopPragmaVisibility(false, PragmaLoc);
tools/clang/lib/Sema/SemaDeclCXX.cpp
 9464     PopPragmaVisibility(true, RBrace);