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

  /external/clang/include/clang/Basic/
TargetInfo.h 293 /// getChar32Width/Align - Return the size of 'char32_t' for this target, in
295 unsigned getChar32Width() const { return getTypeWidth(Char32Type); }
  /external/clang/lib/Lex/
LiteralSupport.cpp 41 return Target.getChar32Width();
    [all...]
PPExpressions.cpp 301 NumBits = TI.getChar32Width();
  /external/clang/lib/AST/
Expr.cpp 749 CharByteWidth = target.getChar32Width();
    [all...]
ASTContext.cpp     [all...]

Completed in 134 milliseconds