OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:withConst
(Results
1 - 24
of
24
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
CanonicalType.h
161
QualType
withConst
() const {
162
return Stored.
withConst
();
ASTContext.h
1193
/// calling T.
withConst
().
1194
QualType getConstType(QualType T) const { return T.
withConst
(); }
Type.h
840
QualType
withConst
() const {
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp
3879
QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1).
withConst
();
3881
Context.getPointerType(KmpInt32Ty).
withConst
().withRestrict();
3897
QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1).
withConst
();
3898
QualType VoidPtrTy = Context.VoidPtrTy.
withConst
().withRestrict();
3900
Context.getPointerType(KmpInt32Ty).
withConst
().withRestrict();
3911
Context.getPointerType(CopyFnType).
withConst
().withRestrict()),
3912
std::make_pair(".task_t.", Context.VoidPtrTy.
withConst
()),
3942
QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1).
withConst
();
3943
QualType VoidPtrTy = Context.VoidPtrTy.
withConst
().withRestrict();
3945
Context.getPointerType(KmpInt32Ty).
withConst
().withRestrict()
[
all
...]
SemaExprObjC.cpp
572
QualType ConstCharType = Context.CharTy.
withConst
();
693
Context.VoidPtrTy.
withConst
(),
698
QualType ConstCharType = Context.CharTy.
withConst
();
852
<< Context.getPointerType(IdT.
withConst
());
1023
<< Context.getPointerType(IdT.
withConst
());
1060
<< Context.getPointerType(IdT.
withConst
());
SemaStmt.cpp
118
var->setType(type.
withConst
());
3097
SemaRef.Context.getLValueReferenceType(E->getType().
withConst
());
3248
QualType DestTy = Context.getPointerType(Context.VoidTy.
withConst
());
4734
.
withConst
()
SemaChecking.cpp
2251
EltTy = EltTy.
withConst
();
3243
Type = Type.
withConst
();
5888
QualType ResultTy = Context.getPointerType(Context.CharTy.
withConst
());
6067
Context.getPointerType(Context.CharTy.
withConst
());
SemaExpr.cpp
3302
type = type.getUnqualifiedType().
withConst
();
3487
Context.adjustStringLiteralBaseType(Context.WideCharTy.
withConst
());
3497
ResTy = Context.adjustStringLiteralBaseType(Context.CharTy.
withConst
());
3740
Context.adjustStringLiteralBaseType(Context.CharTy.
withConst
()),
15558
Result.get()->getType().
withConst
(),
17398
CaptureType = CaptureType.getNonReferenceType().
withConst
();
SemaExprCXX.cpp
539
return new (Context) CXXTypeidExpr(TypeInfoType.
withConst
(), Operand,
612
return new (Context) CXXTypeidExpr(TypeInfoType.
withConst
(), E,
SemaDeclCXX.cpp
8389
Context.getLValueReferenceType(ExpectedParmType1.
withConst
());
9597
Context.getRecordType(RD).
withConst
());
13946
ArgType = ArgType.
withConst
();
14656
ArgType = ArgType.
withConst
();
SemaInit.cpp
3890
E.
withConst
(),
8934
E.
withConst
(),
SemaDeclAttr.cpp
7480
VD->setType(Ty.
withConst
());
/src/external/apache2/llvm/dist/clang/lib/AST/
PrintfFormatString.cpp
631
return ArgType(Ctx.getPointerType(Ctx.UnsignedShortTy.
withConst
()),
640
return ArgType(Ctx.getPointerType(Ctx.UnsignedShortTy.
withConst
()),
DeclObjC.cpp
1125
selfTy = selfTy.
withConst
();
1132
selfTy = selfTy.
withConst
();
ASTContext.cpp
6559
Fields[Count++] = { getPointerType(IntTy.
withConst
()), "isa" };
6561
Fields[Count++] = { getPointerType(CharTy.
withConst
()), "str" };
6567
Fields[Count++] = { getPointerType(CharTy.
withConst
()), "_ptr" };
10565
Type = Type.
withConst
();
11223
EltTy = EltTy.
withConst
();
11255
QualType GUIDType = getMSGuidType().
withConst
();
MicrosoftMangle.cpp
2084
T = T.
withConst
();
ExprConstant.cpp
7237
Info, BCE, BCE->getSubExpr()->getType().
withConst
(), SourceLValue,
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp
525
T = isConst ? Context->getObjCIdType().
withConst
()
2318
ArgTys.push_back(Context->getPointerType(Context->CharTy.
withConst
()));
2518
ArgTys.push_back(Context->getPointerType(Context->CharTy.
withConst
()));
2548
ArgTys.push_back(Context->getPointerType(Context->CharTy.
withConst
()));
2748
QualType ConstIdT = Context->getObjCIdType().
withConst
();
2877
QualType ConstIdT = Context->getObjCIdType().
withConst
();
RewriteObjC.cpp
2232
ArgTys.push_back(Context->getPointerType(Context->CharTy.
withConst
()));
2445
ArgTys.push_back(Context->getPointerType(Context->CharTy.
withConst
()));
2475
ArgTys.push_back(Context->getPointerType(Context->CharTy.
withConst
()));
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
StdLibraryFunctionsChecker.cpp
1023
return Ty ? Optional<QualType>(Ty->
withConst
()) : None;
1025
QualType operator()(QualType Ty) { return Ty.
withConst
(); }
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.cpp
3730
C.getPointerType(PrivatesQTy).
withConst
().withRestrict(),
3739
.
withConst
()
3750
.
withConst
()
3761
.
withConst
()
3776
C.getPointerType(C.getPointerType(Ty)).
withConst
().withRestrict(),
CGObjC.cpp
147
QualType ElementType = Context.getObjCIdType().
withConst
();
CGObjCMac.cpp
356
Ctx.getCanonicalType(Ctx.getPointerType(Ctx.CharTy.
withConst
())));
3069
ctx.getPointerType(ctx.CharTy.
withConst
())));
ItaniumCXXABI.cpp
4182
FundamentalType.
withConst
());
Completed in 182 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026