Home
last modified time | relevance | path

Searched refs:InNamespace (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLLVMConventionsChecker.cpp39 static bool InNamespace(const Decl *D, StringRef NS) { in InNamespace() function
66 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()
/llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/Inputs/ModuleOwnership/
H A DA.h28 template <typename T> struct InNamespace { T field; };
29 extern template struct InNamespace<int>;
/llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/
H A Dmodule-ownership.mm60 Namespace::InNamespace<int> t3;
61 // CHECK-DAG: ClassTemplateSpecializationDecl {{.*}} imported in A struct InNamespace