Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDirectiveEmitter.cpp194 llvm::SmallVector<StringRef, 2> Namespaces; in EmitDirectivesDecl() local
195 llvm::SplitString(DirLang.getCppNamespace(), Namespaces, "::"); in EmitDirectivesDecl()
196 for (auto Ns : Namespaces) in EmitDirectivesDecl()
239 for (auto Ns : llvm::reverse(Namespaces)) in EmitDirectivesDecl()
463 llvm::SmallVector<StringRef, 2> Namespaces; in GenerateDirectiveClauseSets() local
464 llvm::SplitString(DirLang.getCppNamespace(), Namespaces, "::"); in GenerateDirectiveClauseSets()
465 for (auto Ns : Namespaces) in GenerateDirectiveClauseSets()
485 for (auto Ns : llvm::reverse(Namespaces)) in GenerateDirectiveClauseSets()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h237 const std::vector<AccelInfo> &getNamespaces() const { return Namespaces; } in getNamespaces()
294 std::vector<AccelInfo> Namespaces; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSemaInternal.h103 Namespaces(SemaRef.Context, SemaRef.CurContext, SS), in TypoCorrectionConsumer()
315 NamespaceSpecifierSet Namespaces; variable
H A DExternalSemaSource.h80 SmallVectorImpl<NamespaceDecl *> &Namespaces);
H A DMultiplexExternalSemaSource.h218 ReadKnownNamespaces(SmallVectorImpl<NamespaceDecl*> &Namespaces) override;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp220 SmallVectorImpl<NamespaceDecl*> &Namespaces){ in ReadKnownNamespaces() argument
222 Sources[i]->ReadKnownNamespaces(Namespaces); in ReadKnownNamespaces()
H A DSemaLookup.cpp2613 Sema::AssociatedNamespaceSet &Namespaces, in AssociatedLookup()
2615 : S(S), Namespaces(Namespaces), Classes(Classes), in AssociatedLookup()
2625 Sema::AssociatedNamespaceSet &Namespaces; member
2640 static void CollectEnclosingNamespace(Sema::AssociatedNamespaceSet &Namespaces, in CollectEnclosingNamespace() argument
2660 Namespaces.insert(Ctx->getPrimaryContext()); in CollectEnclosingNamespace()
2693 CollectEnclosingNamespace(Result.Namespaces, Ctx); in addAssociatedClassesAndNamespaces()
2737 CollectEnclosingNamespace(Result.Namespaces, Ctx); in addAssociatedClassesAndNamespaces()
2754 CollectEnclosingNamespace(Result.Namespaces, Ctx); in addAssociatedClassesAndNamespaces()
2794 CollectEnclosingNamespace(Result.Namespaces, BaseCtx); in addAssociatedClassesAndNamespaces()
2879 CollectEnclosingNamespace(Result.Namespaces, Ctx); in addAssociatedClassesAndNamespaces()
[all …]
H A DSema.cpp2194 SmallVectorImpl<NamespaceDecl *> &Namespaces) { in ReadKnownNamespaces() argument
H A DSemaDecl.cpp15421 SmallVector<IdentifierInfo *, 4> Namespaces; in createFriendTagNNSFixIt() local
15430 Namespaces.push_back(II); in createFriendTagNNSFixIt()
15443 std::reverse(Namespaces.begin(), Namespaces.end()); in createFriendTagNNSFixIt()
15444 for (auto *II : Namespaces) in createFriendTagNNSFixIt()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp130 Namespaces.emplace_back(Name, Die); in addNamespaceAccelerator()
/netbsd-src/external/mit/expat/dist/
H A Dexpat_config.h.cmake103 /* Define to make XML Namespaces functionality available. */
H A Dexpat_config.h.in124 /* Define to make XML Namespaces functionality available. */
H A Dconfigure.ac293 [Define to make XML Namespaces functionality available.])
H A DCMakeLists.txt133 option(EXPAT_NS "Define to make XML Namespaces functionality available" ON)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A DNEWS178 * Namespaces are fully supported. The library has not yet been converted
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dc++config476 // Namespaces for 128-bit IEEE long double format on 64-bit POWER LE.
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/
H A DCxx2aStatusPaperStatus.csv175 "`P1908 <https://wg21.link/P1908>`__","CWG","Reserving Attribute Namespaces for Future Use","Prague…
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h1994 SmallVectorImpl<NamespaceDecl *> &Namespaces) override;
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dgeneric.texi760 Namespaces provide a name hierarchy for other declarations. They
2770 * Namespaces:: Namespaces.
2934 @c Namespaces
2937 @node Namespaces
2938 @subsection Namespaces
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dgeneric.texi752 Namespaces provide a name hierarchy for other declarations. They
2713 * Namespaces:: Namespaces.
2877 @c Namespaces
2880 @node Namespaces
2881 @subsection Namespaces
/netbsd-src/external/bsd/unbound/dist/doc/
H A Dunbound.doxygen499 # Namespaces page.
500 # This will remove the Namespaces entry from the Quick Index
/netbsd-src/external/bsd/openldap/dist/libraries/liblmdb/
H A DDoxyfile500 # Namespaces page.
501 # This will remove the Namespaces entry from the Quick Index
/netbsd-src/crypto/external/bsd/libsaslc/dist/doc/
H A DDoxyfile499 # Namespaces page. This will remove the Namespaces entry from the Quick Index
/netbsd-src/external/mpl/dhcp/dist/doc/devel/
H A Ddoxyfile.in563 # Namespaces page.
564 # This will remove the Namespaces entry from the Quick Index

12