/freebsd-src/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-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | DirectiveEmitter.cpp | 214 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 D | DWARFLinkerCompileUnit.h | 261 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 D | SemaInternal.h | 99 Namespaces(SemaRef.Context, SemaRef.CurContext, SS), in TypoCorrectionConsumer() 311 NamespaceSpecifierSet Namespaces; 315 NamespaceSpecifierSet Namespaces; global() variable
|
H A D | ExternalSemaSource.h | 78 SmallVectorImpl<NamespaceDecl *> &Namespaces);
|
H A D | MultiplexExternalSemaSource.h | 217 ReadKnownNamespaces(SmallVectorImpl<NamespaceDecl*> &Namespaces) override;
|
/freebsd-src/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 | 2078 // 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 D | Sema.cpp | 2462 SmallVectorImpl<NamespaceDecl *> &Namespaces) { 2460 ReadKnownNamespaces(SmallVectorImpl<NamespaceDecl * > & Namespaces) ReadKnownNamespaces() argument
|
H A D | SemaDecl.cpp | 16929 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 D | DWARFLinkerCompileUnit.cpp | 190 Namespaces.emplace_back(Name, Die); in addNamespaceAccelerator()
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ASTUtils.h | 455 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 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-src/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesYAMLCompiler.cpp | 518 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 D | API.h |
|
/freebsd-src/contrib/llvm-project/clang/lib/ExtractAPI/ |
H A D | API.cpp |
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ASTReader.h | 2082 SmallVectorImpl<NamespaceDecl *> &Namespaces) override;
|
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 8673 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 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-src/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-src/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-src/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
|