| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DirectiveEmitter.cpp | 195 llvm::SmallVector<StringRef, 2> Namespaces; in EmitDirectivesDecl() local 196 llvm::SplitString(DirLang.getCppNamespace(), Namespaces, "::"); in EmitDirectivesDecl() 197 for (auto Ns : Namespaces) in EmitDirectivesDecl() 240 for (auto Ns : llvm::reverse(Namespaces)) in EmitDirectivesDecl() 467 llvm::SmallVector<StringRef, 2> Namespaces; in GenerateDirectiveClauseSets() local 468 llvm::SplitString(DirLang.getCppNamespace(), Namespaces, "::"); in GenerateDirectiveClauseSets() 469 for (auto Ns : Namespaces) in GenerateDirectiveClauseSets() 489 for (auto Ns : llvm::reverse(Namespaces)) in GenerateDirectiveClauseSets()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
| H A D | DWARFLinkerCompileUnit.h | 259 const std::vector<AccelInfo> &getNamespaces() const { return Namespaces; } in getNamespaces() 315 std::vector<AccelInfo> Namespaces; variable
|
| /freebsd-14.2/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 | 78 SmallVectorImpl<NamespaceDecl *> &Namespaces);
|
| H A D | MultiplexExternalSemaSource.h | 217 ReadKnownNamespaces(SmallVectorImpl<NamespaceDecl*> &Namespaces) override;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | MultiplexExternalSemaSource.cpp | 226 SmallVectorImpl<NamespaceDecl*> &Namespaces){ in ReadKnownNamespaces() argument 228 Sources[i]->ReadKnownNamespaces(Namespaces); in ReadKnownNamespaces()
|
| H A D | SemaLookup.cpp | 2896 Sema::AssociatedNamespaceSet &Namespaces, in AssociatedLookup() 2898 : S(S), Namespaces(Namespaces), Classes(Classes), in AssociatedLookup() 2908 Sema::AssociatedNamespaceSet &Namespaces; member 2943 Namespaces.insert(Ctx->getPrimaryContext()); in CollectEnclosingNamespace() 2976 CollectEnclosingNamespace(Result.Namespaces, Ctx); in addAssociatedClassesAndNamespaces() 3021 CollectEnclosingNamespace(Result.Namespaces, Ctx); in addAssociatedClassesAndNamespaces() 3038 CollectEnclosingNamespace(Result.Namespaces, Ctx); in addAssociatedClassesAndNamespaces() 3163 CollectEnclosingNamespace(Result.Namespaces, Ctx); in addAssociatedClassesAndNamespaces() 4683 Namespaces.addNameSpecifier(KNPair.first); in addNamespaces() 4703 Namespaces.addNameSpecifier(CD); in addNamespaces() [all …]
|
| H A D | Sema.cpp | 2460 SmallVectorImpl<NamespaceDecl *> &Namespaces) { in ReadKnownNamespaces() argument
|
| H A D | SemaDecl.cpp | 17157 SmallVector<IdentifierInfo *, 4> Namespaces; in createFriendTagNNSFixIt() local 17166 Namespaces.push_back(II); in createFriendTagNNSFixIt() 17179 std::reverse(Namespaces.begin(), Namespaces.end()); in createFriendTagNNSFixIt() 17180 for (auto *II : Namespaces) in createFriendTagNNSFixIt()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFLinkerCompileUnit.cpp | 190 Namespaces.emplace_back(Name, Die); in addNamespaceAccelerator()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ASTUtils.h | 449 llvm::SmallVectorImpl<clang::NamespaceDecl *> &Namespaces) override { in ReadKnownNamespaces() argument 451 Source->ReadKnownNamespaces(Namespaces); in ReadKnownNamespaces()
|
| /freebsd-14.2/contrib/expat/ |
| H A D | expat_config.h.in | 133 /* Define to make XML Namespaces functionality available. */
|
| H A D | configure.ac | 307 [Define to make XML Namespaces functionality available.])
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesYAMLCompiler.cpp | 514 NamespacesSeq Namespaces; member 528 IO.mapOptional("Namespaces", TLI.Namespaces); in mapTopLevelItems() 909 for (const auto &Namespace : TLItems.Namespaces) { in convertTopLevelItems()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
| H A D | API.h | 1521 const RecordMap<NamespaceRecord> &getNamespaces() const { return Namespaces; } 1634 RecordMap<NamespaceRecord> Namespaces;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/ |
| H A D | API.cpp | 53 USRBasedLookupTable, Namespaces, USR, Name, Loc, std::move(Availability), in addNamespace()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 2070 SmallVectorImpl<NamespaceDecl *> &Namespaces) override;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 8584 SmallVectorImpl<NamespaceDecl *> &Namespaces) { in ReadKnownNamespaces() argument 8585 Namespaces.clear(); in ReadKnownNamespaces() 8590 Namespaces.push_back(Namespace); in ReadKnownNamespaces()
|
| /freebsd-14.2/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-14.2/contrib/xz/doxygen/ |
| H A D | Doxyfile | 760 # Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces 761 # page. This will remove the Namespaces entry from the Quick Index and from the
|
| /freebsd-14.2/contrib/ldns/ |
| H A D | libdns.doxygen.in | 738 # 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-14.2/contrib/libcbor/ |
| H A D | Doxyfile | 761 # 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-14.2/contrib/unbound/doc/ |
| H A D | unbound.doxygen | 779 # 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
|