HomeSort by: relevance | last modified time | path
    Searched refs:CXXDecl (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp 1430 const CXXRecordDecl *CXXDecl, SmallVectorImpl<llvm::Metadata *> &elements,
1435 const ASTRecordLayout &layout = CGM.getContext().getASTRecordLayout(CXXDecl);
1436 RecordDecl::field_iterator Field = CXXDecl->field_begin();
1438 for (CXXRecordDecl::capture_const_iterator I = CXXDecl->captures_begin(),
1439 E = CXXDecl->captures_end();
1451 layout.getFieldOffset(fieldno), Align, VUnit, RecordTy, CXXDecl);
1463 layout.getFieldOffset(fieldno), VUnit, RecordTy, CXXDecl);
1539 const auto *CXXDecl = dyn_cast<CXXRecordDecl>(record);
1541 if (CXXDecl && CXXDecl->isLambda()
    [all...]
CGDebugInfo.h 317 void CollectRecordLambdaFields(const CXXRecordDecl *CXXDecl,
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 5096 CXXConstructorDecl *CXXDecl = CExp->getConstructor();
5097 if (CXXDecl && CXXDecl->isDefaultConstructor())

Completed in 21 milliseconds