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

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

Completed in 148 milliseconds