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

Declarations

tools/clang/include/clang/Sema/DeclSpec.h
  139   void MakeGlobal(ASTContext &Context, SourceLocation ColonColonLoc);

References

tools/clang/lib/Sema/SemaCXXScopeSpec.cpp
  274   SS.MakeGlobal(Context, CCLoc);
tools/clang/lib/Sema/TreeTransform.h
 3715       SS.MakeGlobal(SemaRef.Context, Q.getBeginLoc());