Home
last modified time | relevance | path

Searched defs:getCharWidth (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDLiteralSupport.cpp26 static unsigned getCharWidth(tok::TokenKind kind, const TargetInfo &Target) { in getCharWidth() function
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDTargetInfo.h287 unsigned getCharWidth() const { return 8; } // FIXME in getCharWidth() function
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h1705 uint64_t getCharWidth() const { in getCharWidth() function