Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h237 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 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;
/freebsd-13.1/contrib/llvm-project/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
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 DSema.cpp2264 SmallVectorImpl<NamespaceDecl *> &Namespaces) { in ReadKnownNamespaces() argument
H A DSemaDecl.cpp15477 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 DDWARFLinkerCompileUnit.cpp130 Namespaces.emplace_back(Name, Die); in addNamespaceAccelerator()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h448 llvm::SmallVectorImpl<clang::NamespaceDecl *> &Namespaces) override { in ReadKnownNamespaces() argument
450 Source->ReadKnownNamespaces(Namespaces); in ReadKnownNamespaces()
/freebsd-13.1/contrib/expat/
H A Dexpat_config.h.in124 /* Define to make XML Namespaces functionality available. */
H A Dconfigure.ac293 [Define to make XML Namespaces functionality available.])
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1997 SmallVectorImpl<NamespaceDecl *> &Namespaces) override;
/freebsd-13.1/contrib/unbound/doc/
H A Dunbound.doxygen499 # Namespaces page.
500 # This will remove the Namespaces entry from the Quick Index
/freebsd-13.1/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-13.1/contrib/libcbor/
H A DDoxyfile669 # 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 Dlibdns.doxygen659 # 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 DASTReader.cpp8273 SmallVectorImpl<NamespaceDecl *> &Namespaces) { in ReadKnownNamespaces() argument
8274 Namespaces.clear(); in ReadKnownNamespaces()
8279 Namespaces.push_back(Namespace); in ReadKnownNamespaces()