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 866 /// calling T.withConst().
867 QualType getConstType(QualType T) const { return T.withConst(); }
    [all...]
Type.h 703 QualType withConst() const {
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 823 selfTy = selfTy.withConst();
830 selfTy = selfTy.withConst();
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/CodeGen/
CGRTTI.cpp     [all...]
CodeGenModule.cpp     [all...]
CGObjC.cpp 102 QualType ElementType = Context.getObjCIdType().withConst();
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 485 QualType ConstCharType = Context.CharTy.withConst();
684 << Context.getPointerType(IdT.withConst());
    [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaExprCXX.cpp 352 return Owned(new (Context) CXXTypeidExpr(TypeInfoType.withConst(),
407 return Owned(new (Context) CXXTypeidExpr(TypeInfoType.withConst(),
470 return Owned(new (Context) CXXUuidofExpr(TypeInfoType.withConst(),
486 return Owned(new (Context) CXXUuidofExpr(TypeInfoType.withConst(),
    [all...]
SemaStmt.cpp 111 var->setType(type.withConst());
    [all...]
SemaDeclCXX.cpp     [all...]
SemaChecking.cpp 420 EltTy = EltTy.withConst();
604 EltTy = EltTy.withConst();
    [all...]
SemaExpr.cpp     [all...]
SemaInit.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 526 T = isConst ? Context->getObjCIdType().withConst()
    [all...]
RewriteObjC.cpp     [all...]

Completed in 367 milliseconds