Home
last modified time | relevance | path

Searched refs:withConst (Results 1 – 12 of 12) sorted by relevance

/external/clang/include/clang/AST/
DCanonicalType.h146 QualType withConst() const { in withConst() function
147 return Stored.withConst(); in withConst()
DASTContext.h543 QualType getConstType(QualType T) const { return T.withConst(); } in getConstType()
DType.h627 QualType withConst() const {
/external/clang/lib/CodeGen/
DCGRTTI.cpp993 QualType PointerTypeConst = Context.getPointerType(Type.withConst()); in EmitFundamentalRTTIDescriptor()
/external/clang/lib/AST/
DDeclObjC.cpp518 selfTy = selfTy.withConst(); in createImplicitParams()
DASTContext.cpp3623 FieldTypes[0] = getPointerType(IntTy.withConst()); in getCFConstantStringType()
3627 FieldTypes[2] = getPointerType(CharTy.withConst()); in getCFConstantStringType()
3667 FieldTypes[0] = getPointerType(IntTy.withConst()); in getNSConstantStringType()
3669 FieldTypes[1] = getPointerType(CharTy.withConst()); in getNSConstantStringType()
6230 Type = Type.withConst(); in DecodeTypeFromStr()
/external/clang/lib/Sema/
DSemaExprCXX.cpp286 return Owned(new (Context) CXXTypeidExpr(TypeInfoType.withConst(), in BuildCXXTypeId()
338 return Owned(new (Context) CXXTypeidExpr(TypeInfoType.withConst(), in BuildCXXTypeId()
411 return Owned(new (Context) CXXUuidofExpr(TypeInfoType.withConst(), in BuildCXXUuidof()
427 return Owned(new (Context) CXXUuidofExpr(TypeInfoType.withConst(), in BuildCXXUuidof()
DSemaStmt.cpp89 var->setType(type.withConst()); in ActOnForEachDeclStmt()
1447 QualType DestTy = Context.getPointerType(Context.VoidTy.withConst()); in ActOnIndirectGotoStmt()
DSemaTemplateInstantiate.cpp1042 QualType ResTy = getSema().Context.CharTy.withConst(); in TransformPredefinedExpr()
DSemaDeclCXX.cpp6723 ArgType = ArgType.withConst(); in DeclareImplicitCopyAssignment()
7189 ArgType = ArgType.withConst(); in DeclareImplicitCopyConstructor()
DSemaExpr.cpp2402 ResTy = Context.CharTy.withConst(); in ActOnPredefinedExpr()
/external/clang/lib/Rewrite/
DRewriteObjC.cpp2361 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst())); in SynthSelGetUidFunctionDecl()
2586 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst())); in SynthGetClassFunctionDecl()
2619 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst())); in SynthGetMetaClassFunctionDecl()