Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DDialect.h57 StringRef getNamespace() const { return name; } in getNamespace() function
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenRegisters.h91 const std::string &getNamespace() const { return Namespace; } in getNamespace() function
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h3092 NamespaceDecl *getNamespace() { in getNamespace() function
3099 const NamespaceDecl *getNamespace() const { in getNamespace() function
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp6351 static NamespaceDecl *getNamespace(const NestedNameSpecifier *X) { in getNamespace() function