OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NewRep
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp
5273
Expr *
NewRep
;
5400
NewRep
= CallExpr::Create(*Context, DRE, InitExprs, FType, VK_LValue,
5406
GlobalConstructionExp =
NewRep
;
5407
NewRep
= DRE;
5410
NewRep
= UnaryOperator::Create(
5411
const_cast<ASTContext &>(*Context),
NewRep
, UO_AddrOf,
5412
Context->getPointerType(
NewRep
->getType()), VK_RValue, OK_Ordinary,
5414
NewRep
= NoTypeInfoCStyleCastExpr(Context, FType, CK_BitCast,
5415
NewRep
);
5417
NewRep
= new (Context) ParenExpr(SourceLocation(), SourceLocation()
[
all
...]
RewriteObjC.cpp
4420
Expr *
NewRep
;
4538
NewRep
= CallExpr::Create(*Context, DRE, InitExprs, FType, VK_LValue,
4540
NewRep
= UnaryOperator::Create(
4541
const_cast<ASTContext &>(*Context),
NewRep
, UO_AddrOf,
4542
Context->getPointerType(
NewRep
->getType()), VK_RValue, OK_Ordinary,
4544
NewRep
= NoTypeInfoCStyleCastExpr(Context, FType, CK_BitCast,
4545
NewRep
);
4552
return
NewRep
;
Completed in 31 milliseconds
Indexes created Fri Mar 06 19:51:54 UTC 2026