Home | History | Annotate | Download | only in Index

Lines Matching refs:NamedDecl

78   void VisitNamedDecl(const NamedDecl *D);
109 bool ShouldGenerateLocation(const NamedDecl *D);
111 bool isLocal(const NamedDecl *D) {
147 /// Emit a Decl's name using NamedDecl::printName() and return true if
149 bool EmitDeclName(const NamedDecl *D);
158 bool USRGenerator::EmitDeclName(const NamedDecl *D) {
165 bool USRGenerator::ShouldGenerateLocation(const NamedDecl *D) {
175 if (const NamedDecl *D = dyn_cast<NamedDecl>(DC))
252 void USRGenerator::VisitNamedDecl(const NamedDecl *D) {
495 if (const NamedDecl *DCN = dyn_cast<NamedDecl>(DC))