Searched refs:StrTy (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp919 QualType StrTy; local
921 StrTy = Context.DependentTy;
935 StrTy = Context.CharTy;
938 StrTy.addConst();
939 StrTy = Context.getConstantArrayType(StrTy, llvm::APInt(32, Str.size()+1),
943 return new (Context) ObjCEncodeExpr(StrTy, EncodedTypeInfo, AtLoc, RParenLoc);
H A DSemaExpr.cpp1449 QualType StrTy = Context.CharTy; local
1451 StrTy = Context.getWCharType();
1453 StrTy = Context.Char16Ty;
1455 StrTy = Context.Char32Ty;
1457 StrTy = Context.UnsignedCharTy;
1471 StrTy.addConst();
1476 StrTy = Context.getConstantArrayType(StrTy,
1482 Kind, Literal.Pascal, StrTy,
2904 QualType StrTy local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp61 template<typename StrTy>
63 StrTy &Result) {

Completed in 207 milliseconds