HomeSort by relevance Sort by last modified time
    Searched refs:getWCharWidth (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/Basic/
TargetInfo.h 299 /// getWCharWidth/Align - Return the size of 'wchar_t' for this target, in
301 unsigned getWCharWidth() const { return getTypeWidth(WCharType); }
  /external/clang/lib/Lex/
LiteralSupport.cpp 35 return Target.getWCharWidth();
    [all...]
PPExpressions.cpp 297 NumBits = TI.getWCharWidth();
  /external/clang/lib/AST/
Expr.cpp 778 CharByteWidth = target.getWCharWidth();
    [all...]
ASTContext.cpp     [all...]

Completed in 270 milliseconds