OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:castExprType
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp
96
QualType
castExprType
= castExpr->getType();
98
if (castType->isObjCRetainableType() ==
castExprType
->isObjCRetainableType())
101
bool exprRetainable =
castExprType
->isObjCIndirectLifetimeType();
/external/clang/lib/Sema/
SemaExprObjC.cpp
[
all
...]
Completed in 211 milliseconds