Home
last modified time | relevance | path

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

12345

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DConcatNestedNamespacesCheck.cpp53 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()
DConcatNestedNamespacesCheck.h37 NamespaceContextVec Namespaces; variable
/external/llvm-project/clang-tools-extra/clang-doc/
DSerialize.cpp29 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/
DDirectiveEmitter.cpp188 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/
Ddebug_output.c64 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/
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()
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dgoogle-build-using-namespace.rst9 `Google C++ Style Guide <https://google.github.io/styleguide/cppguide.html#Namespaces>`_:
Dllvmlibc-implementation-in-namespace.rst14 // Namespaces within __llvm_libc namespace are allowed.
Dgoogle-global-names-in-headers.rst10 https://google.github.io/styleguide/cppguide.html#Namespaces.
Dgoogle-build-namespaces.rst11 https://google.github.io/styleguide/cppguide.html#Namespaces
Dllvm-namespace-comment.rst13 https://google.github.io/styleguide/cppguide.html#Namespaces
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
DDWARFLinkerCompileUnit.h233 const std::vector<AccelInfo> &getNamespaces() const { return Namespaces; } in getNamespaces()
305 std::vector<AccelInfo> Namespaces; variable
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFLinkerCompileUnit.h237 const std::vector<AccelInfo> &getNamespaces() const { return Namespaces; } in getNamespaces()
309 std::vector<AccelInfo> Namespaces; variable
/external/llvm-project/clang/include/clang/Sema/
DSemaInternal.h103 Namespaces(SemaRef.Context, SemaRef.CurContext, SS), in TypoCorrectionConsumer()
315 NamespaceSpecifierSet Namespaces; variable
DExternalSemaSource.h80 SmallVectorImpl<NamespaceDecl *> &Namespaces);
/external/clang/include/clang/Sema/
DSemaInternal.h121 Namespaces(SemaRef.Context, SemaRef.CurContext, SS), in TypoCorrectionConsumer()
328 NamespaceSpecifierSet Namespaces; variable
DExternalSemaSource.h80 SmallVectorImpl<NamespaceDecl *> &Namespaces);
/external/oss-fuzz/projects/expat/
Dxml.dict91 # Namespaces and schemas
/external/llvm-project/clang-tools-extra/clang-move/
DMove.cpp353 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/
DMultiplexExternalSemaSource.cpp206 SmallVectorImpl<NamespaceDecl*> &Namespaces){ in ReadKnownNamespaces() argument
208 Sources[i]->ReadKnownNamespaces(Namespaces); in ReadKnownNamespaces()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/
DDWARFLinkerCompileUnit.cpp122 Namespaces.emplace_back(Name, Die); in addNamespaceAccelerator()
/external/llvm-project/clang/lib/Sema/
DMultiplexExternalSemaSource.cpp221 SmallVectorImpl<NamespaceDecl*> &Namespaces){ in ReadKnownNamespaces() argument
223 Sources[i]->ReadKnownNamespaces(Namespaces); in ReadKnownNamespaces()
/external/llvm-project/clang-tools-extra/unittests/clang-doc/
DHTMLGeneratorTest.cpp74 <h2 id="Namespaces">Namespaces</h2> in TEST()
100 <a href="#Namespaces">Namespaces</a> in TEST()
/external/python/cpython2/Doc/library/
Dxmllib.rst269 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/
DDWARFLinkerCompileUnit.cpp130 Namespaces.emplace_back(Name, Die); in addNamespaceAccelerator()

12345