Home
last modified time | relevance | path

Searched refs:getIdentifierNamespaceForKind (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclBase.h385 IdentifierNamespace(getIdentifierNamespaceForKind(DK)), in Decl()
394 IdentifierNamespace(getIdentifierNamespaceForKind(DK)), in Decl()
822 static unsigned getIdentifierNamespaceForKind(Kind DK);
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp736 unsigned Decl::getIdentifierNamespaceForKind(Kind DeclKind) { in getIdentifierNamespaceForKind() function in Decl