Home
last modified time | relevance | path

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

12

/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedLocalVarsChecker.cpp
H A DNoUncountedMembersChecker.cpp
H A DPtrTypesSemantics.cpp164 if (auto *CXXRD = T->getPointeeCXXRecordDecl()) { isUncountedPtr() local
/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp302 if (const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(RD)) isEmptyRecord() local
325 if (const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(RD)) { isSingleElementStruct() local
440 if (const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(RD)) isRecordWithSIMDVectorType() local
H A DABIInfo.cpp79 if (const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(RD)) { in isHomogeneousAggregate() local
H A DCodeGenTBAA.cpp382 if (const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(RD)) { getBaseTypeInfoHelper() local
H A DCGExprAgg.cpp1697 if (auto *CXXRD = dyn_cast<CXXRecordDecl>(record)) { VisitCXXParenListOrInitListExpr() local
1937 if (auto *CXXRD = dyn_cast<CXXRecordDecl>(SD)) GetNumNonZeroBytesInInit() local
H A DCGDebugInfo.cpp341 if (const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(RD)) getClassName() local
1184 if (const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(RD)) getOrCreateRecordFwdDecl() local
2676 if (auto *CXXRD = dyn_cast<CXXRecordDecl>(RD)) completeClassData() local
3895 if (auto CXXRD = dyn_cast<CXXRecordDecl>(RD)) { CreateLimitedType() local
[all...]
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp85 if (auto *CXXRD = dyn_cast<CXXRecordDecl>(RD)) visitRecord() local
150 if (auto *CXXRD = dyn_cast<CXXRecordDecl>(RD)) { shouldSkipDecl() local
[all...]
/llvm-project/clang/lib/CodeGen/Targets/
H A DSystemZ.cpp206 if (const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(RD)) in GetSingleElementType() local
511 if (const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(RD)) isVectorTypeBased() local
H A DNVPTX.cpp128 if (const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(RD)) isUnsupportedType() local
H A DLoongArch.cpp182 if (const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(RD)) { in detectFARsEligibleStructHelper() local
H A DRISCV.cpp188 if (const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(RD)) { detectFPCCEligibleStructHelper() local
H A DX86.cpp447 if (const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(RD)) { canExpandIndirectArgument() local
2061 if (const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(RD)) { classify() local
2338 if (const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(RD)) { BitsContainNoUserData() local
2845 if (auto CXXRD = dyn_cast<CXXRecordDecl>(RT->getDecl())) { classifyRegCallStructTypeImpl() local
[all...]
H A DARM.cpp682 if (const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(RD)) containsAnyFP16Vectors() local
/llvm-project/clang/lib/Interpreter/
H A DValue.cpp150 if (CXXRecordDecl *CXXRD = in Value() local
H A DInterpreter.cpp554 CompileDtorCall(CXXRecordDecl * CXXRD) CompileDtorCall() argument
/llvm-project/clang-tools-extra/clang-reorder-fields/
H A DReorderFieldsAction.cpp279 const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(RD); HandleTranslationUnit() local
/llvm-project/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp314 if (auto CXXRD = dyn_cast<CXXRecordDecl>(D)) { in indexTagDecl() local
H A DIndexBody.cpp106 if (auto *CXXRD = BaseTy->getPointeeCXXRecordDecl()) in getRolesForRef() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp347 const auto *CXXRD = dyn_cast<CXXRecordDecl>(RD); in isNonUnionUninit() local
/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp874 if (auto *CXXRD = dyn_cast<CXXRecordDecl>(RDecl)) { FillInEmptyInitializations() local
1061 if (auto *CXXRD = dyn_cast<CXXRecordDecl>(structDecl)) numStructUnionElements() local
1098 CXXRecordDecl *CXXRD = cast<CXXRecordDecl>(ParentRD); isIdiomaticBraceElisionEntity() local
1106 if (CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(ParentRD)) { isIdiomaticBraceElisionEntity() local
1194 auto *CXXRD = T->getAsCXXRecordDecl(); CheckImplicitInitList() local
1336 auto *CXXRD = T->getAsCXXRecordDecl(); CheckExplicitInitList() local
1381 if (auto *CXXRD = dyn_cast<CXXRecordDecl>(RD)) CheckListElementTypes() local
1984 auto *CXXRD = ElementType->getAsCXXRecordDecl(); checkDestructorReference() local
2881 if (auto *CXXRD = dyn_cast<CXXRecordDecl>(RD)) CheckDesignatedInitializer() local
[all...]
H A DSemaOpenACC.cpp1187 if (const auto *CXXRD = dyn_cast<CXXRecordDecl>(RD); CheckReductionVar() local
/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2208 const auto *CXXRD = dyn_cast<CXXRecordDecl>(RD); FinishLayout() local
3616 auto CXXRD = dyn_cast<CXXRecordDecl>(RD); DumpRecordLayout() local
3780 if (const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(RD)) { DumpRecordLayout() local
[all...]
/llvm-project/clang-tools-extra/clangd/
H A DXRefs.cpp1807 fillSuperTypes(const CXXRecordDecl & CXXRD,llvm::StringRef TUPath,TypeHierarchyItem & Item,RecursionProtectionSet & RPSet) fillSuperTypes() argument
2097 typeParents(const CXXRecordDecl * CXXRD) typeParents() argument
2143 for (const auto *CXXRD : findRecordTypeAt(AST, Pos)) { getTypeHierarchy() local
[all...]

12