Lines Matching refs:NamedDecl
58 static bool isExternC(const NamedDecl *ND) { in isExternC()
67 const NamedDecl *ND) { in getCallingConvMangling()
105 bool MangleContext::shouldMangleDeclName(const NamedDecl *D) { in shouldMangleDeclName()
141 const NamedDecl *D = cast<NamedDecl>(GD.getDecl()); in mangleName()
259 const NamedDecl *ID, in mangleGlobalBlock()
302 assert((isa<NamedDecl>(DC) || isa<BlockDecl>(DC)) && in mangleBlock()
306 assert((isa<TranslationUnitDecl>(DC) || isa<NamedDecl>(DC)) && in mangleBlock()
312 else if (auto ND = dyn_cast<NamedDecl>(DC)) { in mangleBlock()
482 const NamedDecl *ND = cast<NamedDecl>(D); in getAllManglings()
536 bool writeFuncOrVarName(const NamedDecl *D, raw_ostream &OS) { in writeFuncOrVarName()
563 std::string getMangledStructor(const NamedDecl *ND, unsigned StructorType) { in getMangledStructor()