| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/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() 462 llvm::SmallVector<StringRef, 2> Namespaces; in GenerateDirectiveClauseSets() local 463 llvm::SplitString(DirLang.getCppNamespace(), Namespaces, "::"); in GenerateDirectiveClauseSets() 464 for (auto Ns : Namespaces) in GenerateDirectiveClauseSets() 484 for (auto Ns : llvm::reverse(Namespaces)) in GenerateDirectiveClauseSets()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DWARFLinker/ |
| H A D | DWARFLinkerCompileUnit.h | 244 const std::vector<AccelInfo> &getNamespaces() const { return Namespaces; } in getNamespaces() 299 std::vector<AccelInfo> Namespaces; variable
|
| /openbsd-src/gnu/llvm/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;
|
| /openbsd-src/gnu/llvm/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 | 2880 Sema::AssociatedNamespaceSet &Namespaces, in AssociatedLookup() 2882 : S(S), Namespaces(Namespaces), Classes(Classes), in AssociatedLookup() 2892 Sema::AssociatedNamespaceSet &Namespaces; member 2907 static void CollectEnclosingNamespace(Sema::AssociatedNamespaceSet &Namespaces, in CollectEnclosingNamespace() argument 2927 Namespaces.insert(Ctx->getPrimaryContext()); in CollectEnclosingNamespace() 2960 CollectEnclosingNamespace(Result.Namespaces, Ctx); in addAssociatedClassesAndNamespaces() 3004 CollectEnclosingNamespace(Result.Namespaces, Ctx); in addAssociatedClassesAndNamespaces() 3021 CollectEnclosingNamespace(Result.Namespaces, Ctx); in addAssociatedClassesAndNamespaces() 3061 CollectEnclosingNamespace(Result.Namespaces, BaseCtx); in addAssociatedClassesAndNamespaces() 3146 CollectEnclosingNamespace(Result.Namespaces, Ctx); in addAssociatedClassesAndNamespaces() [all …]
|
| H A D | Sema.cpp | 2408 SmallVectorImpl<NamespaceDecl *> &Namespaces) { in ReadKnownNamespaces() argument
|
| H A D | SemaDecl.cpp | 16553 SmallVector<IdentifierInfo *, 4> Namespaces; in createFriendTagNNSFixIt() local 16562 Namespaces.push_back(II); in createFriendTagNNSFixIt() 16575 std::reverse(Namespaces.begin(), Namespaces.end()); in createFriendTagNNSFixIt() 16576 for (auto *II : Namespaces) in createFriendTagNNSFixIt()
|
| /openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinkerCompileUnit.cpp | 150 Namespaces.emplace_back(Name, Die); in addNamespaceAccelerator()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/ |
| H A D | C++STYLE | 151 11. Namespaces
|
| /openbsd-src/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
| H A D | C++STYLE | 151 11. Namespaces
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | c-tree.texi | 53 * Scopes:: Namespaces and classes. 619 * Namespaces:: Member functions, types, etc. 624 @c Namespaces 627 @node Namespaces 628 @subsection Namespaces 972 @xref{Namespaces}.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | NEWS | 174 * Namespaces are fully supported. The library has not yet been converted
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | NEWS | 178 * Namespaces are fully supported. The library has not yet been converted
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | c-tree.texi | 53 * Scopes:: Namespaces and classes. 616 * Namespaces:: Member functions, types, etc. 621 @c Namespaces 624 @node Namespaces 625 @subsection Namespaces 986 @xref{Namespaces}.
|
| /openbsd-src/gnu/llvm/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 2043 SmallVectorImpl<NamespaceDecl *> &Namespaces) override;
|
| /openbsd-src/gnu/llvm/lldb/docs/ |
| H A D | doxygen.cfg.in | 499 # Namespaces page. 500 # This will remove the Namespaces entry from the Quick Index
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | tree.def | 343 /* A namespace declaration. Namespaces appear in DECL_CONTEXT of other
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 8362 SmallVectorImpl<NamespaceDecl *> &Namespaces) { in ReadKnownNamespaces() argument 8363 Namespaces.clear(); in ReadKnownNamespaces() 8368 Namespaces.push_back(Namespace); in ReadKnownNamespaces()
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree.def | 363 /* A namespace declaration. Namespaces appear in DECL_CONTEXT of other
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | doxygen.cfg.in | 637 # Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces 638 # page. This will remove the Namespaces entry from the Quick Index and from the
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | doxygen.cfg.in | 636 # Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces 637 # page. This will remove the Namespaces entry from the Quick Index and from the
|