Searched refs:InNamespace (Results 1 – 1 of 1) sorted by relevance
39 static bool InNamespace(const Decl *D, StringRef NS) { in InNamespace() function66 return RD->getName() == "Type" && InNamespace(RD, "clang"); in IsClangType()70 return RD->getName() == "Decl" && InNamespace(RD, "clang"); in IsClangDecl()74 return RD->getName() == "Stmt" && InNamespace(RD, "clang"); in IsClangStmt()78 return RD->getName() == "Attr" && InNamespace(RD, "clang"); in IsClangAttr()89 if (!TD || !InNamespace(TD, "std")) in IsStdVector()103 if (!TD || !InNamespace(TD, "llvm")) in IsSmallVector()