Searched refs:RecordDecl (Results 126 - 150 of 155) sorted by relevance

1234567

/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp1996 ParseStructUnionBody(StartLoc, TagType, cast<RecordDecl>(D));
2677 RecordDecl *AnonRecord = nullptr;
H A DParseOpenMP.cpp668 RecordDecl *RD = dyn_cast_or_null<RecordDecl>(D->getDeclContext());
H A DParseDecl.cpp1786 RecordDecl *AnonRecord = nullptr;
4190 RecordDecl *AnonRecord = nullptr;
4257 DeclSpec::TST TagType, RecordDecl *TagDecl) {
H A DParser.cpp1080 RecordDecl *AnonRecord = nullptr;
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDecl.cpp106 if (cast<RecordDecl>(D).getDefinition())
107 DI->EmitAndRetainType(getContext().getRecordType(cast<RecordDecl>(&D)));
H A DCGCall.cpp917 const RecordDecl *RD = RT->getDecl();
2410 Decl->getArgPassingRestrictions() == RecordDecl::APK_CanPassInRegs)
3269 const RecordDecl *RD = RTy->getDecl()->getDefinition();
H A DCGExprScalar.cpp2842 RecordDecl *RD = CurrentType->castAs<RecordType>()->getDecl();
2848 for (RecordDecl::field_iterator Field = RD->field_begin(),
2875 RecordDecl *RD = CurrentType->castAs<RecordType>()->getDecl();
H A DCGClass.cpp1698 const RecordDecl *Decl = Dtor->getParent();
H A DCGStmtOpenMP.cpp323 const RecordDecl *RD = S.getCapturedRecordDecl();
429 const RecordDecl *RD = FO.S->getCapturedRecordDecl();
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp876 const RecordDecl *SrcDecl = SrcRecord->getDecl()->getDefinition();
2900 RecordDecl *RD = DestRecordTy->getDecl();
H A DSemaTemplateInstantiate.cpp2964 RecordDecl *PatternRD = Pattern->getParent();
2965 RecordDecl *OutermostClass = PatternRD->getOuterLexicalRecordContext();
H A DSemaLookup.cpp3872 RecordDecl *RD;
4552 } else if (auto *RD = dyn_cast_or_null<RecordDecl>(C)) {
H A DSemaExpr.cpp9455 RecordDecl *UD = UT->getDecl();
13599 while (cast<RecordDecl>(Ctx)->isAnonymousStructOrUnion())
13604 Context.getTypeDeclType(cast<RecordDecl>(Ctx)).getTypePtr());
15128 RecordDecl *RD = RC->getDecl();
15178 RecordDecl *Parent = MemberDecl->getParent();
15180 Parent = cast<RecordDecl>(IndirectMemberDecl->getDeclContext());
H A DSemaTemplateInstantiateDecl.cpp1121 cast<RecordDecl>(Owner),
3471 Decl *TemplateDeclInstantiator::VisitRecordDecl(RecordDecl *D) {
H A DSemaExprCXX.cpp634 CXXTypeInfoDecl = R.getAsSingle<RecordDecl>();
639 CXXTypeInfoDecl = R.getAsSingle<RecordDecl>();
H A DSemaType.cpp4104 RecordDecl *recordDecl = recordType->getDecl();
4132 bool Sema::isCFError(RecordDecl *RD) {
H A DTreeTransform.h948 QualType RebuildRecordType(RecordDecl *Record) {
6222 RecordDecl *Record
6223 = cast_or_null<RecordDecl>(getDerived().TransformDecl(TL.getNameLoc(),
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DMicrosoftMangle.cpp1203 // RecordDecl, mangle the entire scope hierarchy at this point rather than
1205 if (const auto *RD = dyn_cast<RecordDecl>(DC))
1224 if (isa<RecordDecl>(DC))
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp334 } else if (const auto *Record = dyn_cast<RecordDecl>(ND)) {
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h2357 RecordDecl *TagDecl);
/netbsd-current/external/mit/isl/dist/interface/
H A Dtemplate_cpp.cc1129 std::set<clang::RecordDecl *> &exported_types,
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp500 S->setCapturedRecordDecl(readDeclAs<RecordDecl>());
H A DASTWriter.cpp5936 const RecordDecl *Record) {
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h33 // where "child" is bound to the RecordDecl node of the matching child
429 extern const internal::VariadicDynCastAllOfMatcher<Decl, RecordDecl> recordDecl;
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h3511 static const FieldDecl *getTargetFieldForToUnionCast(const RecordDecl *RD,

Completed in 747 milliseconds

1234567