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

  /external/clang/lib/Sema/
SemaExprObjC.cpp 129 QualType StrTy;
131 StrTy = Context.DependentTy;
145 StrTy = Context.CharTy;
148 StrTy.addConst();
149 StrTy = Context.getConstantArrayType(StrTy, llvm::APInt(32, Str.size()+1),
153 return new (Context) ObjCEncodeExpr(StrTy, EncodedTypeInfo, AtLoc, RParenLoc);
    [all...]
SemaExpr.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 51 template<typename StrTy>
53 StrTy &Result) {
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 64 template<typename StrTy>
66 StrTy &Result) {
    [all...]

Completed in 734 milliseconds