Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/Lex/
H A DLiteralSupport.cpp26 static unsigned getCharWidth(tok::TokenKind kind, const TargetInfo &Target) { in getCharWidth() function
/minix/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h284 unsigned getCharWidth() const { return 8; } // FIXME in getCharWidth() function
/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1648 uint64_t getCharWidth() const { in getCharWidth() function