/llvm-project/libcxx/test/libcxx/feature_test_macro/ |
H A D | test_data.json | 42 "title": "Text Formatting", global() string 47 "title": "Integration of chrono with text formatting", global() string 54 "title": "std::format improvements", global() string 61 "title": "Fixing locale handling in chrono formatters", global() string 66 "title": "FAdd support for std::generator-like types to std::format", global() string 75 "title": "Clarify handling of encodings in localized formatting of chrono types", global() string 84 "title": "Member Visit", global() string 91 "title": "Runtime format strings II", global() string 123 "title": "``std::visit`` for classes derived from ``std::variant``", global() string 132 "title": "Fully constexpr ``std::variant``", global() string 141 "title": "Member visit", global() string [all...] |
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/ |
H A D | DumpAST.cpp | 45 std::string title() const override { in title() function in clang::clangd::__anon8610f5af0111::DumpAST 94 std::string title() const override { return "Show selection tree"; } in title() function in clang::clangd::__anon8610f5af0111::ShowSelectionTree 120 std::string title() const override { return "Dump symbol under the cursor"; } in title() function in clang::clangd::__anon8610f5af0111::DumpSymbol 152 std::string title() const override { in title() function in clang::clangd::__anon8610f5af0111::DumpRecordLayout
|
H A D | ObjCLocalizeStringLiteral.cpp | 79 std::string ObjCLocalizeStringLiteral::title() const { in title() function in clang::clangd::__anon6b4d18460111::ObjCLocalizeStringLiteral
|
H A D | SwapIfBranches.cpp | 37 std::string title() const override { return "Swap if branches"; } in title() function in clang::clangd::__anon1ef8bfe10111::SwapIfBranches
|
H A D | AnnotateHighlightings.cpp | 31 std::string title() const override { return "Annotate highlighting tokens"; } in title() function in clang::clangd::__anon30a42d140111::AnnotateHighlightings
|
H A D | RawStringLiteral.cpp | 36 std::string title() const override { return "Convert to raw string"; } in title() function in clang::clangd::__anon39fbeb1f0111::RawStringLiteral
|
H A D | ExpandMacro.cpp | 130 std::string ExpandMacro::title() const { in title() function in clang::clangd::__anon6d2deb430111::ExpandMacro
|
H A D | SpecialMembers.cpp | 90 std::string title() const override { in title() function in clang::clangd::__anon84bb133d0111::SpecialMembers
|
H A D | PopulateSwitch.cpp | 54 std::string title() const override { return "Populate switch"; } in title() function in clang::clangd::__anonfbc9e14d0111::PopulateSwitch
|
H A D | RemoveUsingNamespace.cpp | 39 std::string title() const override { in title() function in clang::clangd::__anon5db3db520111::RemoveUsingNamespace
|
H A D | MemberwiseConstructor.cpp | 39 std::string title() const override { in title() function in clang::clangd::__anon5e9bc4870111::MemberwiseConstructor
|
H A D | ScopifyEnum.cpp | 52 std::string title() const override { return "Convert to scoped enum"; } in title() function in clang::clangd::__anonfec641830111::ScopifyEnum
|
H A D | ObjCMemberwiseInitializer.cpp | 320 std::string ObjCMemberwiseInitializer::title() const { in title() function in clang::clangd::__anonf22d6b430111::ObjCMemberwiseInitializer
|
/llvm-project/clang/docs/ |
H A D | conf.py | 235 title = f.readline().rstrip("\n") variable
|
/llvm-project/lldb/include/lldb/Core/ |
H A D | Progress.h | 113 std::string title; global() member
|
H A D | DebuggerEvents.h | 24 ProgressEventData(uint64_t progress_id, std::string title, in ProgressEventData()
|
/llvm-project/mlir/utils/vscode/ |
H A D | package.json | 151 "title": "MLIR", string 198 "title": "mlir: Restart language server" global() string 202 "title": "mlir-pdll: View PDLL output" global() string
|
/llvm-project/lldb/utils/lui/ |
H A D | cui.py | 65 def __init__(self, x, y, w, h, title): argument 72 def setTitle(self, title): argument
|
/llvm-project/lldb/source/Core/ |
H A D | Progress.cpp | 23 Progress(std::string title,std::string details,std::optional<uint64_t> total,lldb_private::Debugger * debugger) Progress() argument
|
H A D | DumpRegisterInfo.cpp | 70 static void DumpList(Stream &strm, const char *title, in DumpList()
|
/llvm-project/clang/www/ |
H A D | make_cxx_dr_status | 13 def __init__(self, section, issue, url, status, title): argument [all...] |
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | FeatureModulesTests.cpp | 34 std::string title() const override { return id(); } in TEST() function
|
/llvm-project/llvm/utils/lit/lit/ |
H A D | util.py | 274 def printHistogram(items, title="Items"): argument
|
/llvm-project/clang/tools/scan-view/share/ |
H A D | Reporter.py | 24 def __init__(self, title, description, files): argument
|
/llvm-project/flang/test/Semantics/ |
H A D | select-rank.f90 | 164 character(len = 50) :: title component
|