Searched refs:InNamespace (Results 1 – 1 of 1) sorted by relevance
40 static bool InNamespace(const Decl *D, StringRef NS) { in InNamespace() function67 return RD->getName() == "Type" && InNamespace(RD, "clang"); in IsClangType()71 return RD->getName() == "Decl" && InNamespace(RD, "clang"); in IsClangDecl()75 return RD->getName() == "Stmt" && InNamespace(RD, "clang"); in IsClangStmt()79 return RD->getName() == "Attr" && InNamespace(RD, "clang"); in IsClangAttr()90 if (!TD || !InNamespace(TD, "std")) in IsStdVector()104 if (!TD || !InNamespace(TD, "llvm")) in IsSmallVector()