Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h399 IdentifierNamespace(getIdentifierNamespaceForKind(DK)), in Decl()
408 IdentifierNamespace(getIdentifierNamespaceForKind(DK)), in Decl()
897 static unsigned getIdentifierNamespaceForKind(Kind DK);
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp823 unsigned Decl::getIdentifierNamespaceForKind(Kind DeclKind) { in getIdentifierNamespaceForKind() function in Decl