Searched refs:InNamespace (Results 1 – 1 of 1) sorted by relevance
41 static bool InNamespace(const Decl *D, StringRef NS) { in InNamespace() function68 return RD->getName() == "Type" && InNamespace(RD, "clang"); in IsClangType()72 return RD->getName() == "Decl" && InNamespace(RD, "clang"); in IsClangDecl()76 return RD->getName() == "Stmt" && InNamespace(RD, "clang"); in IsClangStmt()80 return RD->getName() == "Attr" && InNamespace(RD, "clang"); in IsClangAttr()91 if (!TD || !InNamespace(TD, "std")) in IsStdVector()105 if (!TD || !InNamespace(TD, "llvm")) in IsSmallVector()