Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h400 IdentifierNamespace(getIdentifierNamespaceForKind(DK)), in Decl()
409 IdentifierNamespace(getIdentifierNamespaceForKind(DK)), in Decl()
886 static unsigned getIdentifierNamespaceForKind(Kind DK);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp862 unsigned Decl::getIdentifierNamespaceForKind(Kind DeclKind) { in getIdentifierNamespaceForKind() function in Decl