OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DestRecordTy
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCast.cpp
2888
const RecordType *
DestRecordTy
= DestType->getAs<RecordType>();
2890
if (
DestRecordTy
&& Self.Context.hasSameUnqualifiedType(DestType, SrcType)){
2899
if (
DestRecordTy
&&
DestRecordTy
->getDecl()->isUnion()) {
2900
RecordDecl *RD =
DestRecordTy
->getDecl();
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprCXX.cpp
2248
QualType
DestRecordTy
;
2252
DestRecordTy
= DestPTy->getPointeeType();
2256
DestRecordTy
= DestTy->castAs<ReferenceType>()->getPointeeType();
2298
assert(
DestRecordTy
->isRecordType() &&
2301
DestTy,
DestRecordTy
, CastEnd);
Completed in 23 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026