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 348 return Ctx.WCharTy;
  /external/clang/include/clang/AST/
ASTContext.h 450 CanQualType WCharTy; // [C++ 3.9.1p5], integer type in C99.
    [all...]
  /external/clang/lib/CodeGen/
CGRTTI.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp 395 InitBuiltinType(WCharTy, BuiltinType::WChar_S);
397 InitBuiltinType(WCharTy, BuiltinType::WChar_U);
399 WCharTy = getFromTargetType(Target.getWCharType());
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp 605 Result = Context.WCharTy;
    [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 53 milliseconds