Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLiteralSupport.cpp39 static unsigned getCharWidth(tok::TokenKind kind, const TargetInfo &Target) { in getCharWidth() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h438 unsigned getCharWidth() const { return 8; } // FIXME in getCharWidth() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2168 uint64_t getCharWidth() const { in getCharWidth() function