OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:literalE
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp
765
const Expr *
literalE
= Arg;
766
if (const UnaryOperator *UOE = dyn_cast<UnaryOperator>(
literalE
)) {
768
literalE
= UOE->getSubExpr();
773
if (!isa<IntegerLiteral>(
literalE
) && !isa<FloatingLiteral>(
literalE
))
855
if (const IntegerLiteral *IntE = dyn_cast<IntegerLiteral>(
literalE
))
RewriteObjCFoundationAPI.cpp
765
const Expr *
literalE
= Arg;
766
if (const UnaryOperator *UOE = dyn_cast<UnaryOperator>(
literalE
)) {
768
literalE
= UOE->getSubExpr();
773
if (!isa<IntegerLiteral>(
literalE
) && !isa<FloatingLiteral>(
literalE
))
855
if (const IntegerLiteral *IntE = dyn_cast<IntegerLiteral>(
literalE
))
Completed in 31 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026