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

  /external/clang/lib/Frontend/
InitPreprocessor.cpp 607 DefineTypeSize("__WCHAR_MAX__", TI.getWCharType(), TI, Builder);
631 TI.getTypeWidth(TI.getWCharType()), TI, Builder);
646 DefineType("__WCHAR_TYPE__", TI.getWCharType(), Builder);
647 DefineTypeWidth("__WCHAR_WIDTH__", TI.getWCharType(), TI, Builder);
671 if (!TargetInfo::isTypeSigned(TI.getWCharType()))
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 217 IntType getWCharType() const { return WCharType; }
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/lldb/source/Symbol/
ClangASTContext.cpp 719 clang_type = ast->getWCharType().getAsOpaquePtr();
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 70 milliseconds