Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Lex/
HDLiteralSupport.cpp40 static unsigned getCharWidth(tok::TokenKind kind, const TargetInfo &Target) { in getCharWidth() function
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDTargetInfo.h496 unsigned getCharWidth() const { return 8; } // FIXME in getCharWidth() function
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDASTContext.h2388 uint64_t getCharWidth() const { in getCharWidth() function