Lines Matching full:isstd
467 /// isStd - Return whether a given namespace is the 'std' namespace.468 static bool isStd(const NamespaceDecl *NS) {482 return isStd(cast<NamespaceDecl>(DC));3089 if (isStd(NS)) {