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

  /external/clang/include/clang/AST/
CanonicalType.h 147 QualType withConst() const {
148 return Stored.withConst();
ASTContext.h     [all...]
Type.h 741 QualType withConst() const {
    [all...]
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 516 return ArgType(Ctx.getPointerType(Ctx.UnsignedShortTy.withConst()),
525 return ArgType(Ctx.getPointerType(Ctx.UnsignedShortTy.withConst()),
  /external/clang/lib/Sema/
SemaExprObjC.cpp 548 QualType ConstCharType = Context.CharTy.withConst();
667 Context.VoidPtrTy.withConst(),
672 QualType ConstCharType = Context.CharTy.withConst();
    [all...]
SemaOpenMP.cpp     [all...]
SemaStmt.cpp 116 var->setType(type.withConst());
    [all...]
SemaExprCXX.cpp 392 return new (Context) CXXTypeidExpr(TypeInfoType.withConst(), Operand,
460 return new (Context) CXXTypeidExpr(TypeInfoType.withConst(), E,
527 return new (Context) CXXUuidofExpr(TypeInfoType.withConst(), Operand,
547 return new (Context) CXXUuidofExpr(TypeInfoType.withConst(), E,
    [all...]
SemaExpr.cpp     [all...]
SemaChecking.cpp 725 EltTy = EltTy.withConst();
    [all...]
SemaInit.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/AST/
DeclObjC.cpp     [all...]
MicrosoftMangle.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 531 T = isConst ? Context->getObjCIdType().withConst()
    [all...]
RewriteObjC.cpp     [all...]
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp     [all...]
CodeGenModule.cpp     [all...]
CGObjC.cpp 126 QualType ElementType = Context.getObjCIdType().withConst();
    [all...]
ItaniumCXXABI.cpp     [all...]

Completed in 491 milliseconds