Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/IR/
H A DDialect.h54 StringRef getNamespace() const { return name; } in getNamespace() function
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.h93 const std::string &getNamespace() const { return Namespace; } in getNamespace() function
/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3192 NamespaceDecl *getNamespace() { getNamespace() function
3199 const NamespaceDecl *getNamespace() const { getNamespace() function
/llvm-project/clang/lib/AST/
H A DASTContext.cpp6589 static NamespaceDecl *getNamespace(const NestedNameSpecifier *X) { getNamespace() function