Home | History | Annotate | Download | only in AST

Lines Matching refs:NamedDecl

59 static bool isExternC(const NamedDecl *ND) {
66 const NamedDecl *ND) {
98 bool MangleContext::shouldMangleDeclName(const NamedDecl *D) {
117 void MangleContext::mangleName(const NamedDecl *D, raw_ostream &Out) {
187 const NamedDecl *ID,
230 assert((isa<NamedDecl>(DC) || isa<BlockDecl>(DC)) &&
231 "expected a NamedDecl or BlockDecl");
235 assert((isa<TranslationUnitDecl>(DC) || isa<NamedDecl>(DC)) &&
236 "expected a TranslationUnitDecl or a NamedDecl");
241 else if (auto ND = dyn_cast<NamedDecl>(DC)) {