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 288 /// getChar16Width/Align - Return the size of 'char16_t' for this target, in
290 unsigned getChar16Width() const { return getTypeWidth(Char16Type); }
  /external/clang/lib/Lex/
LiteralSupport.cpp 38 return Target.getChar16Width();
    [all...]
PPExpressions.cpp 299 NumBits = TI.getChar16Width();
  /external/clang/lib/AST/
Expr.cpp 746 CharByteWidth = target.getChar16Width();
    [all...]
ASTContext.cpp     [all...]

Completed in 1460 milliseconds