Lines Matching refs:GlobalDecl

44 static GlobalDecl getGlobalDeclAsDeclContext(const DeclContext *DC) {  in getGlobalDeclAsDeclContext()
45 GlobalDecl GD; in getGlobalDeclAsDeclContext()
47 GD = GlobalDecl(CD, Ctor_Complete); in getGlobalDeclAsDeclContext()
49 GD = GlobalDecl(DD, Dtor_Complete); in getGlobalDeclAsDeclContext()
51 GD = GlobalDecl(cast<FunctionDecl>(DC)); in getGlobalDeclAsDeclContext()
154 void mangleCXXName(GlobalDecl GD, raw_ostream &Out) override;
362 void mangle(GlobalDecl GD, StringRef Prefix = "?");
363 void mangleName(GlobalDecl GD);
364 void mangleFunctionEncoding(GlobalDecl GD, bool ShouldMangle);
387 void mangleNestedName(GlobalDecl GD);
401 void mangleUnqualifiedName(GlobalDecl GD) { in mangleUnqualifiedName()
404 void mangleUnqualifiedName(GlobalDecl GD, DeclarationName Name);
413 void mangleUnscopedTemplateName(GlobalDecl GD);
415 mangleTemplateInstantiationName(GlobalDecl GD,
551 void MicrosoftCXXNameMangler::mangle(GlobalDecl GD, StringRef Prefix) { in mangle()
577 void MicrosoftCXXNameMangler::mangleFunctionEncoding(GlobalDecl GD, in mangleFunctionEncoding()
741 VTContext->getMethodVFTableLocation(GlobalDecl(MD)); in mangleMemberFunctionPointer()
790 void MicrosoftCXXNameMangler::mangleName(GlobalDecl GD) { in mangleName()
864 static GlobalDecl isTemplate(GlobalDecl GD, in isTemplate()
889 return GlobalDecl(); in isTemplate()
892 void MicrosoftCXXNameMangler::mangleUnqualifiedName(GlobalDecl GD, in mangleUnqualifiedName()
902 if (GlobalDecl TD = isTemplate(GD, TemplateArgs)) { in mangleUnqualifiedName()
1180 void MicrosoftCXXNameMangler::mangleNestedName(GlobalDecl GD) { in mangleNestedName()
1453 GlobalDecl GD, const TemplateArgumentList &TemplateArgs) { in mangleTemplateInstantiationName()
1478 void MicrosoftCXXNameMangler::mangleUnscopedTemplateName(GlobalDecl GD) { in mangleUnscopedTemplateName()
3350 void MicrosoftMangleContextImpl::mangleCXXName(GlobalDecl GD, in mangleCXXName()
3651 mangleCXXName(GlobalDecl(CD, CT), MHO); in mangleCXXCatchableType()