Home
last modified time | relevance | path

Searched refs:InlineCode (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h115 uint16_t InlineCode : 2; // DW_AT_inline. variable
134 : LVObject(), SubclassID(ID), AccessibilityCode(0), InlineCode(0), in LVElement()
277 uint32_t getInlineCode() const { return InlineCode; } in getInlineCode()
278 void setInlineCode(uint32_t Code) { InlineCode = Code; } in setInlineCode()
/llvm-project/clang-tools-extra/clangd/support/
H A DMarkup.cpp354 case Chunk::InlineCode: in renderMarkdown()
388 if (C.Preserve && C.Kind == Chunk::InlineCode) in renderPlainText()
438 !Chunks.empty() && Chunks.back().Kind == Chunk::InlineCode; in appendCode()
445 C.Kind = Chunk::InlineCode; in appendCode()
H A DMarkup.h64 InlineCode, enumerator
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1862 uint32_t InlineCode = in printExtra() local
1875 inlineCodeString(InlineCode), virtualityString()); in printExtra()