Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.h93 const std::string &getNamespace() const { return Namespace; } in getNamespace() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3199 NamespaceDecl *getNamespace() { in getNamespace() function
3206 const NamespaceDecl *getNamespace() const { in getNamespace() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6866 static NamespaceDecl *getNamespace(const NestedNameSpecifier *X) { in getNamespace() function