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

  /external/clang/lib/Analysis/
PrintfFormatString.cpp 362 return ArgType(Ctx.getPointerType(Ctx.UnsignedShortTy.withConst()),
369 return ArgType(Ctx.getPointerType(Ctx.UnsignedShortTy.withConst()),
  /external/clang/include/clang/AST/
CanonicalType.h 148 QualType withConst() const {
149 return Stored.withConst();
ASTContext.h 863 /// calling T.withConst().
864 QualType getConstType(QualType T) const { return T.withConst(); }
    [all...]
Type.h 703 QualType withConst() const {
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 734 selfTy = selfTy.withConst();
741 selfTy = selfTy.withConst();
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/CodeGen/
CGRTTI.cpp     [all...]
CodeGenModule.cpp     [all...]
CGExprAgg.cpp 395 QualType elementPtr = ctx.getPointerType(element.withConst());
    [all...]
CGObjC.cpp 101 QualType ElementType = Context.getObjCIdType().withConst();
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 485 QualType ConstCharType = Context.CharTy.withConst();
686 << Context.getPointerType(IdT.withConst());
    [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaExprCXX.cpp 307 return Owned(new (Context) CXXTypeidExpr(TypeInfoType.withConst(),
362 return Owned(new (Context) CXXTypeidExpr(TypeInfoType.withConst(),
425 return Owned(new (Context) CXXUuidofExpr(TypeInfoType.withConst(),
441 return Owned(new (Context) CXXUuidofExpr(TypeInfoType.withConst(),
    [all...]
SemaStmt.cpp 97 var->setType(type.withConst());
    [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp     [all...]
SemaChecking.cpp 389 EltTy = EltTy.withConst();
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 526 T = isConst ? Context->getObjCIdType().withConst()
    [all...]
RewriteObjC.cpp     [all...]

Completed in 411 milliseconds