Home | History | Annotate | Download | only in AST

Lines Matching refs:isNamed

2335 static bool isNamed(const NamedDecl *ND, const char (&Str)[Len]) {
2345 isNamed(this, "main");
2436 return RD && isNamed(RD, "nothrow_t") && RD->isInStdNamespace();