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

Declarations

tools/clang/include/clang/Sema/DeclSpec.h
  119   void Extend(ASTContext &Context, NamespaceDecl *Namespace,

References

tools/clang/lib/Sema/SemaCXXScopeSpec.cpp
  714       SS.Extend(Context, Namespace, IdInfo.IdentifierLoc, IdInfo.CCLoc);
tools/clang/lib/Sema/TreeTransform.h
 3698       SS.Extend(SemaRef.Context, NS, Q.getLocalBeginLoc(), Q.getLocalEndLoc());