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

  /external/clang/lib/Analysis/
PrintfFormatString.cpp 330 return ArgTypeResult(Ctx.WCharTy, "wchar_t");
  /external/clang/include/clang/AST/
ASTContext.h 559 CanQualType WCharTy; // [C++ 3.9.1p5], integer type in C99.
    [all...]
  /external/clang/lib/CodeGen/
CGRTTI.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp 433 InitBuiltinType(WCharTy, BuiltinType::WChar_S);
435 InitBuiltinType(WCharTy, BuiltinType::WChar_U);
437 WCharTy = getFromTargetType(Target.getWCharType());
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp 610 Result = Context.WCharTy;
    [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 46 milliseconds