Lines Matching refs:GlobalDecl

45 static GlobalDecl getGlobalDeclAsDeclContext(const DeclContext *DC) {  in getGlobalDeclAsDeclContext()
46 GlobalDecl GD; in getGlobalDeclAsDeclContext()
48 GD = GlobalDecl(CD, Ctor_Complete); in getGlobalDeclAsDeclContext()
50 GD = GlobalDecl(DD, Dtor_Complete); in getGlobalDeclAsDeclContext()
52 GD = GlobalDecl(cast<FunctionDecl>(DC)); in getGlobalDeclAsDeclContext()
146 llvm::DenseMap<GlobalDecl, unsigned> SEHFilterIds;
147 llvm::DenseMap<GlobalDecl, unsigned> SEHFinallyIds;
155 void mangleCXXName(GlobalDecl GD, raw_ostream &Out) override;
205 void mangleSEHFilterExpression(GlobalDecl EnclosingDecl,
207 void mangleSEHFinallyBlock(GlobalDecl EnclosingDecl,
363 void mangle(GlobalDecl GD, StringRef Prefix = "?");
364 void mangleName(GlobalDecl GD);
365 void mangleFunctionEncoding(GlobalDecl GD, bool ShouldMangle);
388 void mangleNestedName(GlobalDecl GD);
402 void mangleUnqualifiedName(GlobalDecl GD) { in mangleUnqualifiedName()
405 void mangleUnqualifiedName(GlobalDecl GD, DeclarationName Name);
414 void mangleUnscopedTemplateName(GlobalDecl GD);
416 mangleTemplateInstantiationName(GlobalDecl GD,
552 void MicrosoftCXXNameMangler::mangle(GlobalDecl GD, StringRef Prefix) { in mangle()
578 void MicrosoftCXXNameMangler::mangleFunctionEncoding(GlobalDecl GD, in mangleFunctionEncoding()
742 VTContext->getMethodVFTableLocation(GlobalDecl(MD)); in mangleMemberFunctionPointer()
791 void MicrosoftCXXNameMangler::mangleName(GlobalDecl GD) { in mangleName()
868 static GlobalDecl isTemplate(GlobalDecl GD, in isTemplate()
893 return GlobalDecl(); in isTemplate()
896 void MicrosoftCXXNameMangler::mangleUnqualifiedName(GlobalDecl GD, in mangleUnqualifiedName()
906 if (GlobalDecl TD = isTemplate(GD, TemplateArgs)) { in mangleUnqualifiedName()
1184 void MicrosoftCXXNameMangler::mangleNestedName(GlobalDecl GD) { in mangleNestedName()
1457 GlobalDecl GD, const TemplateArgumentList &TemplateArgs) { in mangleTemplateInstantiationName()
1482 void MicrosoftCXXNameMangler::mangleUnscopedTemplateName(GlobalDecl GD) { in mangleUnscopedTemplateName()
3361 void MicrosoftMangleContextImpl::mangleCXXName(GlobalDecl GD, in mangleCXXName()
3662 mangleCXXName(GlobalDecl(CD, CT), MHO); in mangleCXXCatchableType()
3734 GlobalDecl EnclosingDecl, raw_ostream &Out) { in mangleSEHFilterExpression()
3746 GlobalDecl EnclosingDecl, raw_ostream &Out) { in mangleSEHFinallyBlock()