OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:castT
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp
890
QualType
castT
= Context->getPointerType(IvarT);
891
std::string TypeString(
castT
.getAsString(Context->getPrintingPolicy()));
5364
QualType
castT
= Context->getPointerType(Context->getTagDeclType(RD));
5387
Exp = NoTypeInfoCStyleCastExpr(Context,
castT
, CK_BitCast, Exp);
7545
QualType
castT
= Context->getPointerType(IvarT);
7548
castT
,
RewriteObjC.cpp
4502
QualType
castT
= Context->getPointerType(Context->getTagDeclType(RD));
4525
Exp = NoTypeInfoCStyleCastExpr(Context,
castT
, CK_BitCast, Exp);
5840
QualType
castT
= Context->getPointerType(Context->getTagDeclType(RD));
5841
CastExpr *castExpr = NoTypeInfoCStyleCastExpr(Context,
castT
,
5881
QualType
castT
= Context->getPointerType(Context->getTagDeclType(RD));
5882
CastExpr *castExpr = NoTypeInfoCStyleCastExpr(Context,
castT
,
RewriteModernObjC.cpp
890
QualType
castT
= Context->getPointerType(IvarT);
891
std::string TypeString(
castT
.getAsString(Context->getPrintingPolicy()));
5364
QualType
castT
= Context->getPointerType(Context->getTagDeclType(RD));
5387
Exp = NoTypeInfoCStyleCastExpr(Context,
castT
, CK_BitCast, Exp);
7545
QualType
castT
= Context->getPointerType(IvarT);
7548
castT
,
RewriteObjC.cpp
4502
QualType
castT
= Context->getPointerType(Context->getTagDeclType(RD));
4525
Exp = NoTypeInfoCStyleCastExpr(Context,
castT
, CK_BitCast, Exp);
5840
QualType
castT
= Context->getPointerType(Context->getTagDeclType(RD));
5841
CastExpr *castExpr = NoTypeInfoCStyleCastExpr(Context,
castT
,
5881
QualType
castT
= Context->getPointerType(Context->getTagDeclType(RD));
5882
CastExpr *castExpr = NoTypeInfoCStyleCastExpr(Context,
castT
,
Completed in 66 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026