Searched defs:CXXDecl (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp920 const CXXRecordDecl *CXXDecl, SmallVectorImpl<llvm::Metadata *> &elements,
925 const ASTRecordLayout &layout = CGM.getContext().getASTRecordLayout(CXXDecl);
926 RecordDecl::field_iterator Field = CXXDecl->field_begin();
928 for (CXXRecordDecl::capture_const_iterator I = CXXDecl->captures_begin(),
929 E = CXXDecl->captures_end();
944 CXXDecl);
956 layout.getFieldOffset(fieldno), VUnit, RecordTy, CXXDecl);
1020 const CXXRecordDecl *CXXDecl = dyn_cast<CXXRecordDecl>(record); local
1022 if (CXXDecl && CXXDecl
919 CollectRecordLambdaFields( const CXXRecordDecl *CXXDecl, SmallVectorImpl<llvm::Metadata *> &elements, llvm::DIType *RecordTy) argument
1551 const CXXRecordDecl *CXXDecl = dyn_cast<CXXRecordDecl>(RD); local
1618 const CXXRecordDecl *CXXDecl = dyn_cast<CXXRecordDecl>(RD); local
[all...]
/external/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp5172 CXXConstructorDecl *CXXDecl = CExp->getConstructor(); local
5173 if (CXXDecl && CXXDecl->isDefaultConstructor())

Completed in 44 milliseconds