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

  /external/clang/lib/Analysis/
PrintfFormatString.cpp 375 return ArgType(Ctx.WCharTy, "wchar_t");
  /external/clang/include/clang/AST/
ASTContext.h 743 CanQualType WCharTy; // [C++ 3.9.1p5], integer type in C99.
    [all...]
  /external/clang/lib/CodeGen/
CGRTTI.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp 848 InitBuiltinType(WCharTy, BuiltinType::WChar_S);
850 InitBuiltinType(WCharTy, BuiltinType::WChar_U);
852 WCharTy = getFromTargetType(Target.getWCharType());
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaType.cpp 732 Result = Context.WCharTy;
    [all...]
SemaExpr.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 46 milliseconds