Searched refs:getChar32Width (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/Basic/
H A DTargetInfo.h279 /// getChar32Width/Align - Return the size of 'char32_t' for this target, in
281 unsigned getChar32Width() const { return getTypeWidth(Char32Type); } function in class:clang::TargetInfo
/external/clang/lib/Lex/
H A DLiteralSupport.cpp41 return Target.getChar32Width();
H A DPPExpressions.cpp296 NumBits = TI.getChar32Width();
/external/clang/lib/AST/
H A DExpr.cpp733 CharByteWidth = target.getChar32Width();
H A DASTContext.cpp1398 Width = Target->getChar32Width();

Completed in 120 milliseconds