Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/llvmlibc/
DImplementationInNamespaceCheck.cpp19 const static StringRef RequiredNamespace = "__llvm_libc"; variable
35 if (NS->getName() != RequiredNamespace) { in check()
37 << RequiredNamespace; in check()
43 << RequiredNamespace; in check()