Searched refs:CXXDecl (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1361 const CXXRecordDecl *CXXDecl, SmallVectorImpl<llvm::Metadata *> &elements,
1366 const ASTRecordLayout &layout = CGM.getContext().getASTRecordLayout(CXXDecl);
1367 RecordDecl::field_iterator Field = CXXDecl->field_begin();
1369 for (CXXRecordDecl::capture_const_iterator I = CXXDecl->captures_begin(),
1370 E = CXXDecl->captures_end();
1382 layout.getFieldOffset(fieldno), Align, VUnit, RecordTy, CXXDecl);
1394 layout.getFieldOffset(fieldno), VUnit, RecordTy, CXXDecl);
1470 const auto *CXXDecl = dyn_cast<CXXRecordDecl>(record); local
1472 if (CXXDecl && CXXDecl
1360 CollectRecordLambdaFields( const CXXRecordDecl *CXXDecl, SmallVectorImpl<llvm::Metadata *> &elements, llvm::DIType *RecordTy) argument
2297 const auto *CXXDecl = dyn_cast<CXXRecordDecl>(RD); local
2390 const auto *CXXDecl = dyn_cast<CXXRecordDecl>(RD); local
[all...]
H A DCGDebugInfo.h308 void CollectRecordLambdaFields(const CXXRecordDecl *CXXDecl,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp5089 CXXConstructorDecl *CXXDecl = CExp->getConstructor(); local
5090 if (CXXDecl && CXXDecl->isDefaultConstructor())

Completed in 179 milliseconds