| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DirectiveEmitter.cpp | 194 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()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Refactoring/ |
| H A D | Lookup.cpp | 31 llvm::SmallVector<const NamespaceDecl *, 4> Namespaces; in getAllNamedNamespaces() local 41 Namespaces.push_back(cast<NamespaceDecl>(Context)); in getAllNamedNamespaces() 42 return Namespaces; in getAllNamedNamespaces()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
| H A D | DWARFLinkerCompileUnit.h | 237 const std::vector<AccelInfo> &getNamespaces() const { return Namespaces; } in getNamespaces() 294 std::vector<AccelInfo> Namespaces; variable
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaInternal.h | 103 Namespaces(SemaRef.Context, SemaRef.CurContext, SS), in TypoCorrectionConsumer() 315 NamespaceSpecifierSet Namespaces; variable
|
| H A D | ExternalSemaSource.h | 80 SmallVectorImpl<NamespaceDecl *> &Namespaces);
|
| H A D | MultiplexExternalSemaSource.h | 218 ReadKnownNamespaces(SmallVectorImpl<NamespaceDecl*> &Namespaces) override;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | MultiplexExternalSemaSource.cpp | 220 SmallVectorImpl<NamespaceDecl*> &Namespaces){ in ReadKnownNamespaces() argument 222 Sources[i]->ReadKnownNamespaces(Namespaces); in ReadKnownNamespaces()
|
| H A D | SemaLookup.cpp | 2613 Sema::AssociatedNamespaceSet &Namespaces, in AssociatedLookup() 2615 : S(S), Namespaces(Namespaces), Classes(Classes), in AssociatedLookup() 2625 Sema::AssociatedNamespaceSet &Namespaces; member 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() 2879 CollectEnclosingNamespace(Result.Namespaces, Ctx); in addAssociatedClassesAndNamespaces() 4335 Namespaces.addNameSpecifier(KNPair.first); in addNamespaces() 4355 Namespaces.addNameSpecifier(CD); in addNamespaces() [all …]
|
| H A D | Sema.cpp | 2264 SmallVectorImpl<NamespaceDecl *> &Namespaces) { in ReadKnownNamespaces() argument
|
| H A D | SemaDecl.cpp | 15477 SmallVector<IdentifierInfo *, 4> Namespaces; in createFriendTagNNSFixIt() local 15486 Namespaces.push_back(II); in createFriendTagNNSFixIt() 15499 std::reverse(Namespaces.begin(), Namespaces.end()); in createFriendTagNNSFixIt() 15500 for (auto *II : Namespaces) in createFriendTagNNSFixIt()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinkerCompileUnit.cpp | 130 Namespaces.emplace_back(Name, Die); in addNamespaceAccelerator()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ASTUtils.h | 448 llvm::SmallVectorImpl<clang::NamespaceDecl *> &Namespaces) override { in ReadKnownNamespaces() argument 450 Source->ReadKnownNamespaces(Namespaces); in ReadKnownNamespaces()
|
| /freebsd-13.1/contrib/expat/ |
| H A D | expat_config.h.in | 124 /* Define to make XML Namespaces functionality available. */
|
| H A D | configure.ac | 293 [Define to make XML Namespaces functionality available.])
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 1997 SmallVectorImpl<NamespaceDecl *> &Namespaces) override;
|
| /freebsd-13.1/contrib/unbound/doc/ |
| H A D | unbound.doxygen | 499 # Namespaces page. 500 # This will remove the Namespaces entry from the Quick Index
|
| /freebsd-13.1/contrib/bearssl/ |
| H A D | Doxyfile | 659 # 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-13.1/contrib/libcbor/ |
| H A D | Doxyfile | 669 # Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces 670 # page. This will remove the Namespaces entry from the Quick Index and from the
|
| /freebsd-13.1/contrib/ldns/ |
| H A D | libdns.doxygen | 659 # 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-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 8273 SmallVectorImpl<NamespaceDecl *> &Namespaces) { in ReadKnownNamespaces() argument 8274 Namespaces.clear(); in ReadKnownNamespaces() 8279 Namespaces.push_back(Namespace); in ReadKnownNamespaces()
|