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

  /external/clang/lib/Analysis/
FormatString.cpp 362 return pointeeTy == C.getWideCharType() ? Match : NoMatch;
432 Res = C.getPointerType(C.getWideCharType());
ScanfFormatString.cpp 332 return ArgType::PtrTo(ArgType(Ctx.getWideCharType(), "wchar_t"));
348 return ArgType::PtrTo(ArgType(Ctx.getWideCharType(), "wchar_t"));
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 329 NumberType = Context.getWideCharType();
587 ValueType = Context.getWideCharType();
    [all...]
SemaInit.cpp 38 if (Context.typesAreCompatible(Context.getWideCharType(), T))
111 if (Context.typesAreCompatible(Context.getWideCharType(), ElemTy))
    [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 438 Context.getTypeSizeInChars(Context.getWideCharType()).getQuantity();
    [all...]

Completed in 60 milliseconds