Home
last modified time | relevance | path

Searched refs:getCharBit (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DContext.h72 unsigned getCharBit() const;
H A DProgram.cpp35 const size_t BitWidth = CharWidth * Ctx.getCharBit(); in createGlobalString()
H A DContext.cpp339 unsigned Context::getCharBit() const { in getCharBit() function in Context