Home | History | Annotate | Download | only in AST

Lines Matching refs:ND

58 static bool isExternC(const NamedDecl *ND) {
59 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(ND))
61 return cast<VarDecl>(ND)->isExternC();
65 const NamedDecl *ND) {
71 if (Context.getLangOpts().CPlusPlus && !isExternC(ND) &&
75 const FunctionDecl *FD = dyn_cast<FunctionDecl>(ND);
218 const NamedDecl *ND = cast<NamedDecl>(DC);
219 if (!shouldMangleDeclName(ND) && ND->getIdentifier())
220 Stream << ND->getIdentifier()->getName();
227 mangleName(ND, Stream);