Lines Matching refs:GlobalDecl

47 static GlobalDecl getGlobalDeclAsDeclContext(const DeclContext *DC) {  in getGlobalDeclAsDeclContext()
48 GlobalDecl GD; in getGlobalDeclAsDeclContext()
50 GD = GlobalDecl(CD, Ctor_Complete); in getGlobalDeclAsDeclContext()
52 GD = GlobalDecl(DD, Dtor_Complete); in getGlobalDeclAsDeclContext()
54 GD = GlobalDecl(cast<FunctionDecl>(DC)); in getGlobalDeclAsDeclContext()
148 llvm::DenseMap<GlobalDecl, unsigned> SEHFilterIds;
149 llvm::DenseMap<GlobalDecl, unsigned> SEHFinallyIds;
157 void mangleCXXName(GlobalDecl GD, raw_ostream &Out) override;
209 void mangleSEHFilterExpression(GlobalDecl EnclosingDecl,
211 void mangleSEHFinallyBlock(GlobalDecl EnclosingDecl,
364 void mangle(GlobalDecl GD, StringRef Prefix = "?");
365 void mangleName(GlobalDecl GD);
366 void mangleFunctionEncoding(GlobalDecl GD, bool ShouldMangle);
393 void mangleNestedName(GlobalDecl GD);
407 void mangleUnqualifiedName(GlobalDecl GD) { in mangleUnqualifiedName()
410 void mangleUnqualifiedName(GlobalDecl GD, DeclarationName Name);
419 void mangleUnscopedTemplateName(GlobalDecl GD);
421 mangleTemplateInstantiationName(GlobalDecl GD,
556 void MicrosoftCXXNameMangler::mangle(GlobalDecl GD, StringRef Prefix) { in mangle()
582 void MicrosoftCXXNameMangler::mangleFunctionEncoding(GlobalDecl GD, in mangleFunctionEncoding()
768 VTContext->getMethodVFTableLocation(GlobalDecl(MD)); in mangleMemberFunctionPointer()
822 VTContext->getMethodVFTableLocation(GlobalDecl(MD)); in mangleMemberFunctionPointerInClassNTTP()
845 void MicrosoftCXXNameMangler::mangleName(GlobalDecl GD) { in mangleName()
926 static GlobalDecl isTemplate(GlobalDecl GD, in isTemplate()
951 return GlobalDecl(); in isTemplate()
954 void MicrosoftCXXNameMangler::mangleUnqualifiedName(GlobalDecl GD, in mangleUnqualifiedName()
964 if (GlobalDecl TD = isTemplate(GD, TemplateArgs)) { in mangleUnqualifiedName()
1242 void MicrosoftCXXNameMangler::mangleNestedName(GlobalDecl GD) { in mangleNestedName()
1520 GlobalDecl GD, const TemplateArgumentList &TemplateArgs) { in mangleTemplateInstantiationName()
1545 void MicrosoftCXXNameMangler::mangleUnscopedTemplateName(GlobalDecl GD) { in mangleUnscopedTemplateName()
3498 void MicrosoftMangleContextImpl::mangleCXXName(GlobalDecl GD, in mangleCXXName()
3799 mangleCXXName(GlobalDecl(CD, CT), MHO); in mangleCXXCatchableType()
3871 GlobalDecl EnclosingDecl, raw_ostream &Out) { in mangleSEHFilterExpression()
3883 GlobalDecl EnclosingDecl, raw_ostream &Out) { in mangleSEHFinallyBlock()