Lines Matching refs:NamedDecl
58 static bool isExternC(const NamedDecl *ND) { in isExternC()
67 const NamedDecl *ND) { in getCallingConvMangling()
107 bool MangleContext::shouldMangleDeclName(const NamedDecl *D) { in shouldMangleDeclName()
143 const NamedDecl *D = cast<NamedDecl>(GD.getDecl()); in mangleName()
251 const NamedDecl *ID, in mangleGlobalBlock()
294 assert((isa<NamedDecl>(DC) || isa<BlockDecl>(DC)) && in mangleBlock()
299 assert((isa<TranslationUnitDecl>(DC) || isa<NamedDecl>(DC)) && in mangleBlock()
305 else if (auto ND = dyn_cast<NamedDecl>(DC)) { in mangleBlock()
475 const NamedDecl *ND = cast<NamedDecl>(D); in getAllManglings()
519 bool writeFuncOrVarName(const NamedDecl *D, raw_ostream &OS) { in writeFuncOrVarName()
546 std::string getMangledStructor(const NamedDecl *ND, unsigned StructorType) { in getMangledStructor()