Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp40 static unsigned getCharWidth(tok::TokenKind kind, const TargetInfo &Target) { in getCharWidth() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h496 unsigned getCharWidth() const { return 8; } // FIXME in getCharWidth() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2388 uint64_t getCharWidth() const { in getCharWidth() function