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

/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp827 CollectRecordLambdaFields(const CXXRecordDecl *CXXDecl, argument
833 const ASTRecordLayout &layout = CGM.getContext().getASTRecordLayout(CXXDecl);
834 RecordDecl::field_iterator Field = CXXDecl->field_begin();
836 for (CXXRecordDecl::capture_const_iterator I = CXXDecl->captures_begin(),
837 E = CXXDecl->captures_end(); I != E; ++I, ++Field, ++fieldno) {
939 const CXXRecordDecl *CXXDecl = dyn_cast<CXXRecordDecl>(record); local
941 if (CXXDecl && CXXDecl->isLambda())
942 CollectRecordLambdaFields(CXXDecl, elements, RecordTy);
1460 if (const CXXRecordDecl *CXXDecl
1507 const CXXRecordDecl *CXXDecl = dyn_cast<CXXRecordDecl>(RD); local
1577 const CXXRecordDecl *CXXDecl = dyn_cast<CXXRecordDecl>(RD); local
[all...]
H A DCGDebugInfo.h188 void CollectRecordLambdaFields(const CXXRecordDecl *CXXDecl,
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp5224 CXXConstructorDecl *CXXDecl = CExp->getConstructor(); local
5225 if (CXXDecl && CXXDecl->isDefaultConstructor())

Completed in 1677 milliseconds