OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CCK_CStyleCast
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCast.cpp
1266
= (CCK == Sema::
CCK_CStyleCast
|| CCK == Sema::CCK_FunctionalCast);
1833
= (CCK == Sema::
CCK_CStyleCast
)
1851
= (CCK == Sema::
CCK_CStyleCast
|| CCK == Sema::CCK_FunctionalCast);
2706
FunctionalStyle ? Sema::CCK_FunctionalCast : Sema::
CCK_CStyleCast
;
3057
checkObjCConversion(Sema::
CCK_CStyleCast
);
SemaExprObjC.cpp
3759
case Sema::
CCK_CStyleCast
:
3812
if (CCK == Sema::
CCK_CStyleCast
) {
4415
(CCK ==
CCK_CStyleCast
|| CCK == CCK_OtherCast) &&
4524
CCK =
CCK_CStyleCast
;
SemaExprCXX.cpp
4126
bool CStyle = (CCK ==
CCK_CStyleCast
|| CCK == CCK_FunctionalCast);
SemaInit.cpp
8429
= Kind.isCStyleCast()? Sema::
CCK_CStyleCast
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
11233
CCK_CStyleCast
,
11243
return CCK ==
CCK_CStyleCast
|| CCK == CCK_FunctionalCast ||
Completed in 108 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026