Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/Serialization/
H A DSerializerBase.h82 for (const auto &Namespace : API.getNamespaces()) in traverseNamespaces()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h259 const std::vector<AccelInfo> &getNamespaces() const { return Namespaces; } in getNamespaces() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2218 for (const auto &Namespace : Unit.getNamespaces()) in emitAcceleratorEntriesForUnit()
2243 for (const auto &Namespace : Unit.getNamespaces()) in emitAcceleratorEntriesForUnit()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h1521 const RecordMap<NamespaceRecord> &getNamespaces() const { return Namespaces; }