OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DestRD
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Sema/
SemaCast.cpp
761
const CXXRecordDecl *
DestRD
= DestType->getPointeeCXXRecordDecl();
763
if (!
DestRD
|| !
DestRD
->isCompleteDefinition() ||
DestRD
->isInvalidDecl())
773
if (SrcRD->isDerivedFrom(
DestRD
, BasePaths))
775
else if (
DestRD
->isDerivedFrom(SrcRD, BasePaths))
[
all
...]
/external/clang/lib/AST/
ExprCXX.cpp
658
const CXXRecordDecl *
DestRD
=
661
return !
DestRD
->isDerivedFrom(SrcRD);
[
all
...]
Completed in 2015 milliseconds