Home
last modified time | relevance | path

Searched refs:namespaces (Results 1 – 25 of 71) sorted by relevance

123

/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/fuchsia/
H A Dheader-anon-namespaces.rst1 .. title:: clang-tidy - fuchsia-header-anon-namespaces
3 :http-equiv=refresh: 5;URL=../google/build-namespaces.html
5 fuchsia-header-anon-namespaces
8 The fuchsia-header-anon-namespaces check is an alias, please see
9 `google-build-namespace <../google/build-namespaces.html>`_
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/google/
H A Dbuild-namespaces.rst1 .. title:: clang-tidy - google-build-namespaces
3 google-build-namespaces
7 `fuchsia-header-anon-namespaces` redirects here as an alias for this check.
9 Finds anonymous namespaces in headers.
13 Corresponding cpplint.py check name: `build/namespaces`.
H A Dbuild-using-namespace.rst19 Corresponding cpplint.py check name: `build/namespaces`.
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/modernize/
H A Dconcat-nested-namespaces.rst1 .. title:: clang-tidy - modernize-concat-nested-namespaces
3 modernize-concat-nested-namespaces
6 Checks for use of nested namespaces such as ``namespace a { namespace b { ... } }``
8 Inline namespaces are not modified.
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/cert/
H A Ddcl59-cpp.rst3 :http-equiv=refresh: 5;URL=../google/build-namespaces.html
9 `google-build-namespaces <../google/build-namespaces.html>`_ for more information.
H A Ddcl58-cpp.rst59 `DCL58-CPP. Do not modify the standard namespaces
60 …recoding.cert.org/confluence/display/cplusplus/DCL58-CPP.+Do+not+modify+the+standard+namespaces>`_.
/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DCodeGenHelpers.h66 for (StringRef ns : llvm::reverse(namespaces)) in ~NamespaceEmitter()
72 llvm::SplitString(cppNamespace, namespaces, "::"); in emitNamespaceStarts()
73 for (StringRef ns : namespaces) in emitNamespaceStarts()
77 SmallVector<StringRef, 2> namespaces; variable
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DEnumsGen.cpp448 llvm::SmallVector<StringRef, 2> namespaces; in emitEnumDecl() local
449 llvm::SplitString(cppNamespace, namespaces, "::"); in emitEnumDecl()
451 for (auto ns : namespaces) in emitEnumDecl()
513 for (auto ns : llvm::reverse(namespaces)) in emitEnumDecl()
534 llvm::SmallVector<StringRef, 2> namespaces; in emitEnumDef() local
535 llvm::SplitString(cppNamespace, namespaces, "::"); in emitEnumDef()
537 for (auto ns : namespaces) in emitEnumDef()
553 for (auto ns : llvm::reverse(namespaces)) in emitEnumDef()
H A DSPIRVUtilsGen.cpp421 llvm::SmallVector<StringRef, 2> namespaces; in emitEnumDecl() local
422 llvm::SplitString(cppNamespace, namespaces, "::"); in emitEnumDecl()
424 for (auto ns : namespaces) in emitEnumDecl()
442 for (auto ns : llvm::reverse(namespaces)) in emitEnumDecl()
460 llvm::SmallVector<StringRef, 2> namespaces; in emitEnumDef() local
461 llvm::SplitString(cppNamespace, namespaces, "::"); in emitEnumDef()
463 for (auto ns : namespaces) in emitEnumDef()
472 for (auto ns : llvm::reverse(namespaces)) in emitEnumDef()
H A DOpInterfacesGen.cpp433 llvm::SmallVector<StringRef, 2> namespaces; in emitInterfaceDecl() local
434 llvm::SplitString(interface.getCppNamespace(), namespaces, "::"); in emitInterfaceDecl()
435 for (StringRef ns : namespaces) in emitInterfaceDecl()
494 for (StringRef ns : llvm::reverse(namespaces)) in emitInterfaceDecl()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.h67 NameToDIE namespaces; member
77 namespaces == rhs.namespaces;
H A DManualDWARFIndex.cpp133 task_group.async(finalize_fn, &IndexSet::namespaces); in Index()
328 set.namespaces.Insert(ConstString(name), ref); in IndexUnitImpl()
410 m_set.namespaces.Find(name, DIERefCallback(callback, name.GetStringRef())); in GetNamespaces()
490 m_set.namespaces.Dump(&s); in Dump()
560 if (!namespaces.Decode(data, offset_ptr, strtab)) in Decode()
614 if (!namespaces.IsEmpty()) { in Encode()
616 namespaces.Encode(index_encoder, strtab); in Encode()
/llvm-project-15.0.7/mlir/test/mlir-tblgen/
H A Ddialect.td19 // Check nested namespaces
29 // Check no namespaces
/llvm-project-15.0.7/llvm/test/tools/dsymutil/X86/
H A Daccelerator.test10 RUN: llvm-dwarfdump -apple-names -apple-namespaces -apple-types %t.apple.dSYM | FileCheck %s -check…
22 RUN: llvm-dwarfdump -apple-names -apple-namespaces -apple-types %t.dwarf.dSYM | FileCheck %s -check…
/llvm-project-15.0.7/lldb/unittests/SymbolFile/DWARF/
H A DDWARFIndexCachingTest.cpp167 set.namespaces.Insert( in TEST()
171 set.namespaces.Clear(); in TEST()
195 set.namespaces.Insert( in TEST()
/llvm-project-15.0.7/clang/test/ARCMT/Inputs/
H A Dmodule.map108 header "namespaces-top.h"
112 header "namespaces-left.h"
116 header "namespaces-right.h"
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/llvm/
H A Dnamespace-comment.rst9 Checks that long namespaces have a closing comment.
/llvm-project-15.0.7/clang/test/Modules/Inputs/
H A Dmodule.map113 header "namespaces-top.h"
117 header "namespaces-left.h"
121 header "namespaces-right.h"
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/PDB/
H A Dexpressions.test13 // Try the relaxed namespaces search
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.def10 // Analyzer. The distinction between loc:: and nonloc:: SVal namespaces is
/llvm-project-15.0.7/clang/docs/
H A DLTOVisibility.rst35 (e.g. classes declared in unnamed namespaces) also receive hidden LTO
74 ``std`` and ``stdext`` namespaces.
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/
H A Dlist.rst211 `google-build-namespaces <google/build-namespaces.html>`_,
261 `modernize-concat-nested-namespaces <modernize/concat-nested-namespaces.html>`_, "Yes"
377 …`cert-dcl59-cpp <cert/dcl59-cpp.html>`_, `google-build-namespaces <google/build-namespaces.html>`_,
461 …`fuchsia-header-anon-namespaces <fuchsia/header-anon-namespaces.html>`_, `google-build-namespaces
/llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/
H A Dcmdline.test14 HELP: --apple-namespaces - Dump the .apple_namespaces section
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDeclNodes.td18 def Namespace : DeclNode<Named, "namespaces">, DeclContext;
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DDialectBase.td43 // placing in any namespace, use "". To specify nested namespaces, use "::"

123