Home
last modified time | relevance | path

Searched defs:isNamespace (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DDeclBase.h1291 bool isNamespace() const { in isNamespace() function
/external/llvm-project/clang/include/clang/AST/
DDeclBase.h1899 bool isNamespace() const { return getDeclKind() == Decl::Namespace; } in isNamespace() function