Home
last modified time | relevance | path

Searched defs:CXXRD (Results 1 – 14 of 14) sorted by relevance

/external/clang/lib/Index/
DIndexTypeSourceInfo.cpp194 if (auto CXXRD = dyn_cast<CXXRecordDecl>(D)) { in indexTagDecl() local
DIndexBody.cpp98 if (auto *CXXRD = BaseTy->getPointeeCXXRecordDecl()) in getRolesForRef() local
/external/clang/lib/StaticAnalyzer/Checkers/
DPaddingChecker.cpp134 if (auto *CXXRD = dyn_cast<CXXRecordDecl>(RD)) { in shouldSkipDecl() local
/external/clang/lib/CodeGen/
DCGExprAgg.cpp1191 if (auto *CXXRD = dyn_cast<CXXRecordDecl>(record)) { in VisitInitListExpr() local
1355 if (auto *CXXRD = dyn_cast<CXXRecordDecl>(SD)) in GetNumNonZeroBytesInInit() local
DCGExprConstant.cpp375 if (auto *CXXRD = dyn_cast<CXXRecordDecl>(RD)) in Build() local
1143 if (auto *CXXRD = dyn_cast<CXXRecordDecl>(RD)) in Build() local
DTargetInfo.cpp452 if (const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(RD)) in isEmptyRecord() local
483 if (const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(RD)) { in isSingleElementStruct() local
1176 if (const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(RD)) { in canExpandIndirectArgument() local
1322 if (const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(RD)) in isRecordWithSSEVectorType() local
2560 if (const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(RD)) { in classify() local
2801 if (const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(RD)) { in BitsContainNoUserData() local
4100 if (const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(RD)) { in isHomogeneousAggregate() local
5881 if (const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(RD)) in GetSingleElementType() local
DCGExprCXX.cpp1019 if (auto *CXXRD = dyn_cast<CXXRecordDecl>(RType->getDecl())) in EmitNewArrayInitializer() local
DCGCall.cpp864 if (const auto *CXXRD = dyn_cast<CXXRecordDecl>(RD)) { in getTypeExpansion() local
/external/clang/lib/Sema/
DSemaInit.cpp648 if (auto *CXXRD = dyn_cast<CXXRecordDecl>(RDecl)) { in FillInEmptyInitializations() local
805 if (auto *CXXRD = dyn_cast<CXXRecordDecl>(structDecl)) in numStructUnionElements() local
1057 if (auto *CXXRD = dyn_cast<CXXRecordDecl>(RD)) in CheckListElementTypes() local
/external/clang/tools/libclang/
DCXIndexDataConsumer.cpp636 if (const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(D)) in handleTagDecl() local
/external/clang/lib/AST/
DDecl.cpp3579 if (const auto *CXXRD = dyn_cast<CXXRecordDecl>(this)) in getDefinition() local
3820 const auto *CXXRD = dyn_cast<CXXRecordDecl>(this); in mayInsertExtraPadding() local
DRecordLayoutBuilder.cpp3160 auto CXXRD = dyn_cast<CXXRecordDecl>(RD); in DumpRecordLayout() local
DItaniumMangle.cpp1473 const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(RD); in mangleLocalName() local
DExprConstant.cpp5583 auto *CXXRD = dyn_cast<CXXRecordDecl>(RD); in VisitInitListExpr() local