Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h362 if (!D->isInIdentifierNamespace(IDNS)) in getAcceptableDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DCXXInheritance.cpp383 return ND->isInIdentifierNamespace(Decl::IDNS_Ordinary | Decl::IDNS_Tag | in isOrdinaryMember()
H A DASTImporter.cpp2401 if (!FoundDecl->isInIdentifierNamespace(Decl::IDNS_Namespace)) in VisitNamespaceDecl()
2526 if (!FoundDecl->isInIdentifierNamespace(IDNS)) in VisitTypedefNameDecl()
2624 if (!FoundDecl->isInIdentifierNamespace(IDNS)) in VisitTypeAliasTemplateDecl()
2730 if (!FoundDecl->isInIdentifierNamespace(IDNS)) in VisitEnumDecl()
2851 if (!FoundDecl->isInIdentifierNamespace(IDNS)) in VisitRecordDecl()
3064 if (!FoundDecl->isInIdentifierNamespace(IDNS)) in VisitEnumConstantDecl()
3328 if (!FoundDecl->isInIdentifierNamespace(IDNS)) in VisitFunctionDecl()
4025 if (!FoundDecl->isInIdentifierNamespace(IDNS)) in VisitVarDecl()
5037 if (!FoundDecl->isInIdentifierNamespace(Decl::IDNS_Ordinary)) in VisitObjCInterfaceDecl()
5805 if (!FoundDecl->isInIdentifierNamespace(Decl::IDNS_Ordinary)) in VisitVarTemplateDecl()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp1848 if (ND->isInIdentifierNamespace(IDNS) && in findAcceptableDecl()
2237 if ((*Path.Decls)->isInIdentifierNamespace(IDNS)) in LookupQualifiedName()
2263 if ((*I)->isInIdentifierNamespace(IDNS) && (*I)->isCXXInstanceMember()) in LookupQualifiedName()
2280 if (!ND->isInIdentifierNamespace(IDNS)) in LookupQualifiedName()
2559 if (!D->isInIdentifierNamespace(Result.getIdentifierNamespace())) in DiagnoseAmbiguousLookup()
H A DSemaTemplateInstantiateDecl.cpp2260 PrincipalDecl->isInIdentifierNamespace(Decl::IDNS_Ordinary)) in VisitFunctionDecl()
H A DSemaDecl.cpp9744 PrincipalDecl->isInIdentifierNamespace(Decl::IDNS_Ordinary)) in ActOnFunctionDeclarator()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp591 FD->isInIdentifierNamespace(Decl::IDNS_OrdinaryFriend)) in ParseLexedMethodDef()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h818 bool isInIdentifierNamespace(unsigned NS) const { in isInIdentifierNamespace() function