Home
last modified time | relevance | path

Searched defs:getNamespace (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.h94 const std::string &getNamespace() const { return Namespace; } in getNamespace() function
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3185 NamespaceDecl *getNamespace() { in getNamespace() function
3192 const NamespaceDecl *getNamespace() const { in getNamespace() function
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6417 static NamespaceDecl *getNamespace(const NestedNameSpecifier *X) { in getNamespace() function