Home
last modified time | relevance | path

Searched defs:getNamespaces (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h261 const std::vector<AccelInfo> &getNamespaces() const { return Namespaces; } in getNamespaces() function
/llvm-project/clang-tools-extra/clang-move/
H A DMove.cpp353 std::vector<std::string> getNamespaces(const Decl *D) { in getNamespaces() function