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

  /external/clang/include/clang/Basic/
TargetInfo.h 231 /// getChar16Width/Align - Return the size of 'char16_t' for this target, in
233 unsigned getChar16Width() const { return getTypeWidth(Char16Type); }
  /external/clang/lib/Lex/
LiteralSupport.cpp 45 return Target.getChar16Width();
    [all...]
PPExpressions.cpp 281 NumBits = TI.getChar16Width();
  /external/clang/lib/AST/
Expr.cpp 592 CharByteWidth = target.getChar16Width();
    [all...]
ASTContext.cpp     [all...]

Completed in 37 milliseconds