Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIAUtils.h26 Str16.ByteLength()); in invokeBstrMethod()
/llvm-project/clang-tools-extra/clangd/refactor/
H A DRename.cpp1219 auto ByteLength = R.End - R.Start; in buildRenameEdit() local
1221 tooling::Replacement(AbsFilePath, R.Start, ByteLength, R.NewName))) in buildRenameEdit()
/llvm-project/clang/lib/AST/
H A DExpr.cpp1143 unsigned ByteLength = Str.size(); in StringLiteral()
1144 assert((ByteLength % CharByteWidth == 0) && in StringLiteral()
1152 Length = ByteLength; in StringLiteral()
1155 Length = ByteLength / 2; in StringLiteral()
1158 Length = ByteLength / 4; in StringLiteral()
1141 unsigned ByteLength = Str.size(); StringLiteral() local
/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp568 llvm::ArrayRef<char> SrcByteArray(SrcBytes, Result16.ByteLength()); in getUndecoratedNameEx()