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

  /external/clang/include/clang/AST/
CanonicalType.h 147 QualType withConst() const {
148 return Stored.withConst();
ASTContext.h     [all...]
Type.h 702 QualType withConst() const {
    [all...]
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 383 return ArgType(Ctx.getPointerType(Ctx.UnsignedShortTy.withConst()),
390 return ArgType(Ctx.getPointerType(Ctx.UnsignedShortTy.withConst()),
  /external/clang/lib/AST/
DeclObjC.cpp 915 selfTy = selfTy.withConst();
922 selfTy = selfTy.withConst();
    [all...]
ASTContext.cpp     [all...]
MicrosoftMangle.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 507 QualType ConstCharType = Context.CharTy.withConst();
701 << Context.getPointerType(IdT.withConst());
    [all...]
SemaExprCXX.cpp 383 return new (Context) CXXTypeidExpr(TypeInfoType.withConst(), Operand,
437 return new (Context) CXXTypeidExpr(TypeInfoType.withConst(), E,
504 return new (Context) CXXUuidofExpr(TypeInfoType.withConst(), Operand,
524 return new (Context) CXXUuidofExpr(TypeInfoType.withConst(), E,
    [all...]
SemaStmt.cpp 111 var->setType(type.withConst());
    [all...]
SemaExpr.cpp     [all...]
SemaInit.cpp     [all...]
SemaChecking.cpp 461 EltTy = EltTy.withConst();
    [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 540 T = isConst ? Context->getObjCIdType().withConst()
    [all...]
RewriteObjC.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
CGObjC.cpp 103 QualType ElementType = Context.getObjCIdType().withConst();
    [all...]
ItaniumCXXABI.cpp     [all...]

Completed in 288 milliseconds