Searched defs:getCharByteWidth (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/include/clang/AST/ | ||
H A D | Expr.h | 1896 unsigned getCharByteWidth() const { return StringLiteralBits.CharByteWidth; } in getCharByteWidth() function |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaChecking.cpp | 5606 unsigned getCharByteWidth() const { return FExpr->getCharByteWidth(); } getCharByteWidth() function in __anond0e4d2a41a11::FormatStringLiteral |