Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/llvmlibc/
DCalleeNamespaceCheck.cpp21 const DeclContext *getOutermostNamespace(const DeclContext *Decl) { in getOutermostNamespace() function
25 return getOutermostNamespace(Parent); in getOutermostNamespace()
42 const auto *NS = dyn_cast<NamespaceDecl>(getOutermostNamespace(FuncDecl)); in check()