Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenRegisters.h91 const std::string &getNamespace() const { return Namespace; } in getNamespace() function
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclCXX.h3106 NamespaceDecl *getNamespace() { in getNamespace() function
3113 const NamespaceDecl *getNamespace() const { in getNamespace() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp6402 static NamespaceDecl *getNamespace(const NestedNameSpecifier *X) { in getNamespace() function