Home
last modified time | relevance | path

Searched refs:isInIdentifierNamespace (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DCXXInheritance.cpp383 return ND->isInIdentifierNamespace(Decl::IDNS_Ordinary | Decl::IDNS_Tag | in isOrdinaryMember()
H A DASTImporter.cpp2546 if (!FoundDecl->isInIdentifierNamespace(Decl::IDNS_Namespace)) in VisitNamespaceDecl()
2671 if (!FoundDecl->isInIdentifierNamespace(IDNS)) in VisitTypedefNameDecl()
2785 if (!FoundDecl->isInIdentifierNamespace(IDNS)) in VisitTypeAliasTemplateDecl()
2893 if (!FoundDecl->isInIdentifierNamespace(IDNS)) in VisitEnumDecl()
3018 if (!FoundDecl->isInIdentifierNamespace(IDNS)) in VisitRecordDecl()
3242 if (!FoundDecl->isInIdentifierNamespace(IDNS)) in VisitEnumConstantDecl()
3681 if (!FoundDecl->isInIdentifierNamespace(IDNS)) in VisitFunctionDecl()
4400 if (!FoundDecl->isInIdentifierNamespace(IDNS)) in VisitVarDecl()
5491 if (!FoundDecl->isInIdentifierNamespace(Decl::IDNS_Ordinary)) in VisitObjCInterfaceDecl()
6287 if (!FoundDecl->isInIdentifierNamespace(Decl::IDNS_Ordinary)) in VisitVarTemplateDecl()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h406 if (!D->isInIdentifierNamespace(IDNS)) in getAcceptableDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp2031 if (ND->isInIdentifierNamespace(IDNS) && in findAcceptableDecl()
2508 if ((*Path.Decls)->isInIdentifierNamespace(IDNS)) in LookupQualifiedName()
2534 if ((*I)->isInIdentifierNamespace(IDNS) && (*I)->isCXXInstanceMember()) in LookupQualifiedName()
2551 if (!ND->isInIdentifierNamespace(IDNS)) in LookupQualifiedName()
2830 if (!D->isInIdentifierNamespace(Result.getIdentifierNamespace())) in DiagnoseAmbiguousLookup()
H A DSemaTemplateInstantiateDecl.cpp2415 PrincipalDecl->isInIdentifierNamespace(Decl::IDNS_Ordinary)) in VisitFunctionDecl()
H A DSemaDecl.cpp10615 PrincipalDecl->isInIdentifierNamespace(Decl::IDNS_Ordinary)) in ActOnFunctionDeclarator()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp609 FD->isInIdentifierNamespace(Decl::IDNS_OrdinaryFriend)) in ParseLexedMethodDef()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h893 bool isInIdentifierNamespace(unsigned NS) const { in isInIdentifierNamespace() function