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 236 /// getChar32Width/Align - Return the size of 'char32_t' for this target, in
238 unsigned getChar32Width() const { return getTypeWidth(Char32Type); }
  /external/clang/lib/Lex/
LiteralSupport.cpp 48 return Target.getChar32Width();
    [all...]
PPExpressions.cpp 283 NumBits = TI.getChar32Width();
  /external/clang/lib/AST/
Expr.cpp 595 CharByteWidth = target.getChar32Width();
    [all...]
ASTContext.cpp     [all...]

Completed in 29 milliseconds