Home | History | Annotate | Download | only in AST

Lines Matching defs:isNamed

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