/external/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
D | ConcatNestedNamespacesCheck.cpp | 53 Result.append(Namespaces.front()->getName()); in concatNamespaces() 55 std::for_each(std::next(Namespaces.begin()), Namespaces.end(), in concatNamespaces() 71 diag(Namespaces.front()->getBeginLoc(), in reportDiagnostic() 91 Namespaces.push_back(&ND); in check() 96 SourceRange FrontReplacement(Namespaces.front()->getBeginLoc(), in check() 97 Namespaces.back()->getLocation()); in check() 98 SourceRange BackReplacement(Namespaces.back()->getRBraceLoc(), in check() 99 Namespaces.front()->getRBraceLoc()); in check() 101 if (!alreadyConcatenated(Namespaces.size(), FrontReplacement, Sources, in check() 105 Namespaces.clear(); in check()
|
D | ConcatNestedNamespacesCheck.h | 37 NamespaceContextVec Namespaces; variable
|
/external/llvm-project/clang-tools-extra/clang-doc/ |
D | Serialize.cpp | 29 populateParentNamespaces(llvm::SmallVector<Reference, 4> &Namespaces, 46 getInfoRelativePath(const llvm::SmallVectorImpl<doc::Reference> &Namespaces) { in getInfoRelativePath() argument 48 for (auto R = Namespaces.rbegin(), E = Namespaces.rend(); R != E; ++R) in getInfoRelativePath() 54 llvm::SmallVector<Reference, 4> Namespaces; in getInfoRelativePath() local 59 populateParentNamespaces(Namespaces, D, B); in getInfoRelativePath() 60 return getInfoRelativePath(Namespaces); in getInfoRelativePath() 358 populateParentNamespaces(llvm::SmallVector<Reference, 4> &Namespaces, in populateParentNamespaces() argument 369 Namespaces.emplace_back(getUSRForDecl(N), Namespace, in populateParentNamespaces() 372 Namespaces.emplace_back(getUSRForDecl(N), N->getNameAsString(), in populateParentNamespaces() 375 Namespaces.emplace_back(getUSRForDecl(N), N->getNameAsString(), in populateParentNamespaces() [all …]
|
/external/llvm-project/llvm/utils/TableGen/ |
D | DirectiveEmitter.cpp | 188 llvm::SmallVector<StringRef, 2> Namespaces; in EmitDirectivesDecl() local 189 llvm::SplitString(DirLang.getCppNamespace(), Namespaces, "::"); in EmitDirectivesDecl() 190 for (auto Ns : Namespaces) in EmitDirectivesDecl() 233 for (auto Ns : llvm::reverse(Namespaces)) in EmitDirectivesDecl() 443 llvm::SmallVector<StringRef, 2> Namespaces; in GenerateDirectiveClauseSets() local 444 llvm::SplitString(DirLang.getCppNamespace(), Namespaces, "::"); in GenerateDirectiveClauseSets() 445 for (auto Ns : Namespaces) in GenerateDirectiveClauseSets() 465 for (auto Ns : llvm::reverse(Namespaces)) in GenerateDirectiveClauseSets() 673 llvm::SmallVector<StringRef, 2> Namespaces; in EmitDirectivesImpl() local 674 llvm::SplitString(DirLang.getCppNamespace(), Namespaces, "::"); in EmitDirectivesImpl() [all …]
|
/external/mesa3d/src/mesa/main/ |
D | debug_output.c | 64 struct gl_debug_namespace Namespaces[MESA_DEBUG_SOURCE_COUNT][MESA_DEBUG_TYPE_COUNT]; member 408 debug_namespace_init(&debug->Groups[0]->Namespaces[s][t]); in debug_create() 444 if (!debug_namespace_copy(&dst->Namespaces[s][t], in debug_make_group_writable() 445 &src->Namespaces[s][t])) { in debug_make_group_writable() 448 debug_namespace_clear(&dst->Namespaces[s][t]); in debug_make_group_writable() 451 debug_namespace_clear(&dst->Namespaces[s][t]); in debug_make_group_writable() 478 debug_namespace_clear(&grp->Namespaces[s][t]); in debug_clear_group() 539 ns = &debug->Groups[gstack]->Namespaces[source][type]; in debug_set_message_enable() 584 &debug->Groups[gstack]->Namespaces[s][t]; in debug_set_message_enable_all() 602 struct gl_debug_namespace *nspace = &grp->Namespaces[source][type]; in _mesa_debug_is_message_enabled()
|
/external/llvm-project/clang/lib/Tooling/Refactoring/ |
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()
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | google-build-using-namespace.rst | 9 `Google C++ Style Guide <https://google.github.io/styleguide/cppguide.html#Namespaces>`_:
|
D | llvmlibc-implementation-in-namespace.rst | 14 // Namespaces within __llvm_libc namespace are allowed.
|
D | google-global-names-in-headers.rst | 10 https://google.github.io/styleguide/cppguide.html#Namespaces.
|
D | google-build-namespaces.rst | 11 https://google.github.io/styleguide/cppguide.html#Namespaces
|
D | llvm-namespace-comment.rst | 13 https://google.github.io/styleguide/cppguide.html#Namespaces
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/ |
D | DWARFLinkerCompileUnit.h | 233 const std::vector<AccelInfo> &getNamespaces() const { return Namespaces; } in getNamespaces() 305 std::vector<AccelInfo> Namespaces; variable
|
/external/llvm-project/llvm/include/llvm/DWARFLinker/ |
D | DWARFLinkerCompileUnit.h | 237 const std::vector<AccelInfo> &getNamespaces() const { return Namespaces; } in getNamespaces() 309 std::vector<AccelInfo> Namespaces; variable
|
/external/llvm-project/clang/include/clang/Sema/ |
D | SemaInternal.h | 103 Namespaces(SemaRef.Context, SemaRef.CurContext, SS), in TypoCorrectionConsumer() 315 NamespaceSpecifierSet Namespaces; variable
|
D | ExternalSemaSource.h | 80 SmallVectorImpl<NamespaceDecl *> &Namespaces);
|
/external/clang/include/clang/Sema/ |
D | SemaInternal.h | 121 Namespaces(SemaRef.Context, SemaRef.CurContext, SS), in TypoCorrectionConsumer() 328 NamespaceSpecifierSet Namespaces; variable
|
D | ExternalSemaSource.h | 80 SmallVectorImpl<NamespaceDecl *> &Namespaces);
|
/external/oss-fuzz/projects/expat/ |
D | xml.dict | 91 # Namespaces and schemas
|
/external/llvm-project/clang-tools-extra/clang-move/ |
D | Move.cpp | 353 std::vector<std::string> Namespaces; in getNamespaces() local 361 Namespaces.push_back(ND->getName().str()); in getNamespaces() 363 std::reverse(Namespaces.begin(), Namespaces.end()); in getNamespaces() 364 return Namespaces; in getNamespaces()
|
/external/clang/lib/Sema/ |
D | MultiplexExternalSemaSource.cpp | 206 SmallVectorImpl<NamespaceDecl*> &Namespaces){ in ReadKnownNamespaces() argument 208 Sources[i]->ReadKnownNamespaces(Namespaces); in ReadKnownNamespaces()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/ |
D | DWARFLinkerCompileUnit.cpp | 122 Namespaces.emplace_back(Name, Die); in addNamespaceAccelerator()
|
/external/llvm-project/clang/lib/Sema/ |
D | MultiplexExternalSemaSource.cpp | 221 SmallVectorImpl<NamespaceDecl*> &Namespaces){ in ReadKnownNamespaces() argument 223 Sources[i]->ReadKnownNamespaces(Namespaces); in ReadKnownNamespaces()
|
/external/llvm-project/clang-tools-extra/unittests/clang-doc/ |
D | HTMLGeneratorTest.cpp | 74 <h2 id="Namespaces">Namespaces</h2> in TEST() 100 <a href="#Namespaces">Namespaces</a> in TEST()
|
/external/python/cpython2/Doc/library/ |
D | xmllib.rst | 269 XML Namespaces 274 This module has support for XML namespaces as defined in the XML Namespaces 286 An older draft of the XML Namespaces proposal is also recognized, but triggers a 292 `Namespaces in XML <http://www.w3.org/TR/REC-xml-names/>`_
|
/external/llvm-project/llvm/lib/DWARFLinker/ |
D | DWARFLinkerCompileUnit.cpp | 130 Namespaces.emplace_back(Name, Die); in addNamespaceAccelerator()
|