Home
last modified time | relevance | path

Searched refs:StartCol (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h86 StartRow(El.StartRow), Cols(El.Cols), StartCol(El.StartCol), in SignatureElement()
94 uint8_t StartCol; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerEmitter.cpp206 El.Name, El.Indices, El.StartRow, El.Cols, El.StartCol, in writeParts()
212 El.Name, El.Indices, El.StartRow, El.Cols, El.StartCol, in writeParts()
218 El.Name, El.Indices, El.StartRow, El.Cols, El.StartCol, in writeParts()
H A DDXContainerYAML.cpp219 IO.mapRequired("StartCol", El.StartCol); in mapping()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DDXContainerPSVInfo.cpp50 FinalElement.StartCol = El.StartCol; in ProcessElementList()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DDXContainerPSVInfo.h32 uint8_t StartCol; member
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h334 uint8_t StartCol : 2; member
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp955 unsigned StartCol; member
963 unsigned StartColNo = R.StartCol; in highlightRange()