OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isPolymorphic
(Results
1 - 17
of
17
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
MicrosoftCXXABI.cpp
181
if (RD->
isPolymorphic
() && !Base->
isPolymorphic
())
207
(hasDefinition() &&
isPolymorphic
());
CXXInheritance.cpp
523
if (!BaseDecl->
isPolymorphic
())
RecordLayoutBuilder.cpp
2258
if (!RD->
isPolymorphic
())
2756
HasPolymorphicBaseClass |= BaseDecl->
isPolymorphic
();
2780
if (RD->
isPolymorphic
()) {
JSONNodeDumper.cpp
454
FIELD1(
isPolymorphic
);
TextNodeDumper.cpp
1879
FLAG(
isPolymorphic
, polymorphic);
VTableBuilder.cpp
386
if (!BaseDecl->
isPolymorphic
())
2945
if (!RD->
isPolymorphic
())
ExprCXX.cpp
143
if (RD->
isPolymorphic
() && E->isGLValue())
DeclCXX.cpp
275
if (BaseClassDecl->
isPolymorphic
()) {
/src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
Marshallers.h
349
virtual bool
isPolymorphic
() const { return false; }
923
bool
isPolymorphic
() const override { return true; }
1049
bool
isPolymorphic
() const override { return false; }
Registry.cpp
665
bool
IsPolymorphic
= Matcher.
isPolymorphic
();
686
if (
IsPolymorphic
)
699
if (
IsPolymorphic
)
715
if (
IsPolymorphic
) {
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExceptionSpec.cpp
1110
if (!cast<CXXRecordDecl>(RT->getDecl())->
isPolymorphic
())
SemaExprCXX.cpp
569
if (RecordD->
isPolymorphic
() && E->isGLValue()) {
3815
if (!PointeeRD->
isPolymorphic
() || PointeeRD->hasAttr<FinalAttr>())
4852
return !RD->isUnion() && RD->
isPolymorphic
();
SemaCast.cpp
878
if (!cast<CXXRecordDecl>(SrcDecl)->
isPolymorphic
()) {
SemaDeclCXX.cpp
6694
if (Record->
isPolymorphic
() && !Record->isDependentType()) {
6914
(Record->
isPolymorphic
() || Record->getNumBases())) {
9880
if (RD.
isPolymorphic
()) {
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGClass.cpp
1839
ClassDecl->
isPolymorphic
())
1865
ClassDecl->
isPolymorphic
())
MicrosoftCXXABI.cpp
1094
if (RD->
isPolymorphic
())
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclCXX.h
1158
bool
isPolymorphic
() const { return data().Polymorphic; }
Completed in 127 milliseconds
Indexes created Mon Aug 03 00:25:36 UTC 2026