Home
last modified time | relevance | path

Searched refs:Namespaces (Results 1 – 23 of 23) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DLookup.cpp31 llvm::SmallVector<const NamespaceDecl *, 4> Namespaces; in getAllNamedNamespaces() local
41 Namespaces.push_back(cast<NamespaceDecl>(Context)); in getAllNamedNamespaces()
42 return Namespaces; in getAllNamedNamespaces()
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DDirectiveEmitter.cpp214 llvm::SmallVector<StringRef, 2> Namespaces; in EmitDirectivesDecl()
215 llvm::SplitString(DirLang.getCppNamespace(), Namespaces, "::"); in EmitDirectivesDecl()
216 for (auto Ns : Namespaces) in EmitDirectivesDecl()
277 for (auto Ns : llvm::reverse(Namespaces)) in GenerateGetKind()
806 llvm::SmallVector<StringRef, 2> Namespaces; in GenerateClauseClassMacro()
807 llvm::SplitString(DirLang.getCppNamespace(), Namespaces, "::"); in GenerateClauseClassMacro()
808 for (auto Ns : Namespaces) in GenerateClauseClassMacro()
828 for (auto Ns : llvm::reverse(Namespaces)) in GenerateClauseClassMacro()
195 llvm::SmallVector<StringRef, 2> Namespaces; EmitDirectivesDecl() local
467 llvm::SmallVector<StringRef, 2> Namespaces; GenerateDirectiveClauseSets() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h261 const std::vector<AccelInfo> &getNamespaces() const { return Namespaces; }
317 std::vector<AccelInfo> Namespaces;
315 std::vector<AccelInfo> Namespaces; global() variable
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h99 Namespaces(SemaRef.Context, SemaRef.CurContext, SS), in TypoCorrectionConsumer()
311 NamespaceSpecifierSet Namespaces;
315 NamespaceSpecifierSet Namespaces; global() variable
H A DExternalSemaSource.h78 SmallVectorImpl<NamespaceDecl *> &Namespaces);
H A DMultiplexExternalSemaSource.h217 ReadKnownNamespaces(SmallVectorImpl<NamespaceDecl*> &Namespaces) override;
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp226 SmallVectorImpl<NamespaceDecl*> &Namespaces){ in ReadKnownNamespaces() argument
228 Sources[i]->ReadKnownNamespaces(Namespaces); in ReadKnownNamespaces()
H A DSemaLookup.cpp2078 // Namespaces are a bit of a special case: we expect there to be a lot of in isVisible()
2859 Sema::AssociatedNamespaceSet &Namespaces, in DiagnoseAmbiguousLookup()
2861 : S(S), Namespaces(Namespaces), Classes(Classes), in DiagnoseAmbiguousLookup()
2871 Sema::AssociatedNamespaceSet &Namespaces; in DiagnoseAmbiguousLookup()
2884 // enumeration, add the associated namespaces to \param Namespaces as described in DiagnoseAmbiguousLookup()
2886 static void CollectEnclosingNamespace(Sema::AssociatedNamespaceSet &Namespaces, in DiagnoseAmbiguousLookup()
2906 Namespaces.insert(Ctx->getPrimaryContext());
2939 CollectEnclosingNamespace(Result.Namespaces, Ctx); in CollectEnclosingNamespace()
2984 CollectEnclosingNamespace(Result.Namespaces, Ct in addAssociatedClassesAndNamespaces()
2908 Sema::AssociatedNamespaceSet &Namespaces; global() member
2923 CollectEnclosingNamespace(Sema::AssociatedNamespaceSet & Namespaces,DeclContext * Ctx) CollectEnclosingNamespace() argument
[all...]
H A DSema.cpp2462 SmallVectorImpl<NamespaceDecl *> &Namespaces) {
2460 ReadKnownNamespaces(SmallVectorImpl<NamespaceDecl * > & Namespaces) ReadKnownNamespaces() argument
H A DSemaDecl.cpp16929 SmallVector<IdentifierInfo *, 4> Namespaces; in CheckEnumUnderlyingType()
16938 Namespaces.push_back(II); in CheckEnumRedeclaration()
16951 std::reverse(Namespaces.begin(), Namespaces.end()); in CheckEnumRedeclaration()
16952 for (auto *II : Namespaces) in CheckEnumRedeclaration()
17157 SmallVector<IdentifierInfo *, 4> Namespaces; createFriendTagNNSFixIt() local
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.cpp190 Namespaces.emplace_back(Name, Die); in addNamespaceAccelerator()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h455 llvm::SmallVectorImpl<clang::NamespaceDecl *> &Namespaces) override { in ReadUndefinedButUsed()
457 Source->ReadKnownNamespaces(Namespaces); in ReadUndefinedButUsed()
449 ReadKnownNamespaces(llvm::SmallVectorImpl<clang::NamespaceDecl * > & Namespaces) ReadKnownNamespaces() argument
/freebsd-src/contrib/expat/
H A Dexpat_config.h.in133 /* Define to make XML Namespaces functionality available. */
H A Dconfigure.ac307 [Define to make XML Namespaces functionality available.])
/freebsd-src/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp518 NamespacesSeq Namespaces;
532 IO.mapOptional("Namespaces", TLI.Namespaces);
1003 for (const auto &Namespace : TLItems.Namespaces) { in convertTopLevelItems()
514 NamespacesSeq Namespaces; global() member
/freebsd-src/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h
/freebsd-src/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAPI.cpp
/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h2082 SmallVectorImpl<NamespaceDecl *> &Namespaces) override;
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8673 SmallVectorImpl<NamespaceDecl *> &Namespaces) { in ReadDeclsToCheckForDeferredDiags()
8674 Namespaces.clear(); in ReadDeclsToCheckForDeferredDiags()
8679 Namespaces.push_back(Namespace); in ReadDeclsToCheckForDeferredDiags()
8584 ReadKnownNamespaces(SmallVectorImpl<NamespaceDecl * > & Namespaces) ReadKnownNamespaces() argument
/freebsd-src/contrib/bearssl/
H A DDoxyfile659 # Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces
660 # page. This will remove the Namespaces entry from the Quick Index and from the
/freebsd-src/contrib/libcbor/
H A DDoxyfile761 # Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces
762 # page. This will remove the Namespaces entry from the Quick Index and from the
/freebsd-src/contrib/ldns/
H A Dlibdns.doxygen.in738 # Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces
739 # page. This will remove the Namespaces entry from the Quick Index and from the
/freebsd-src/contrib/unbound/doc/
H A Dunbound.doxygen779 # Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces
780 # page. This will remove the Namespaces entry from the Quick Index and from the