Searched defs:ByteNo (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/include/llvm/Bitstream/ |
H A D | BitstreamReader.h | 128 size_t ByteNo = size_t(BitNo/8) & ~(sizeof(word_t)-1); in JumpToBit() local 148 const uint8_t *getPointerToByte(uint64_t ByteNo, uint64_t NumBytes) { in getPointerToByte()
|
H A D | BitstreamWriter.h | 207 uint64_t ByteNo = BitNo / 8; in BackpatchByte() local
|
/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 1329 getLocationOfByte(unsigned ByteNo,const SourceManager & SM,const LangOptions & Features,const TargetInfo & Target,unsigned * StartToken,unsigned * StartTokenByteOffset) const getLocationOfByte() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 5620 getLocationOfByte(unsigned ByteNo,const SourceManager & SM,const LangOptions & Features,const TargetInfo & Target,unsigned * StartToken=nullptr,unsigned * StartTokenByteOffset=nullptr) const getLocationOfByte() argument
|