Searched refs:RD (Results 201 - 210 of 210) sorted by relevance

123456789

/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8923 CXXRecordDecl *RD = readDeclAs<CXXRecordDecl>();
8925 Builder.MakeSuper(Context, RD, Range.getBegin(), Range.getEnd());
9306 if (auto RD = dyn_cast<CXXRecordDecl>(D)) {
9307 for (auto *R = getMostRecentExistingDecl(RD); R;
9312 cast<CXXRecordDecl>(R)->DefinitionData = RD->DefinitionData;
9360 if (auto *RD = dyn_cast<CXXRecordDecl>(FD->getLexicalParent()))
9361 if (RD->isDependentContext() && !RD->isThisDeclarationADefinition())
9420 auto *RD = RecordPair.first;
9421 RD
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h148 /// \param RD The declaration of the class in which nested-name-specifier
155 void MakeSuper(ASTContext &Context, CXXRecordDecl *RD,
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp1726 if (const auto *RD = T->getAsCXXRecordDecl())
1727 if (const CXXDestructorDecl *DD = RD->getDestructor())
H A DCGStmtOpenMP.cpp308 const RecordDecl *RD = S.getCapturedRecordDecl(); local
309 auto CurField = RD->field_begin();
414 const RecordDecl *RD = FO.S->getCapturedRecordDecl(); local
438 for (const FieldDecl *FD : RD->fields()) {
510 for (const FieldDecl *FD : RD->fields()) {
H A DCGBuiltin.cpp1515 RecordDecl *RD = RType->castAs<RecordType>()->getDecl()->getDefinition();
1544 for (const auto *FD : RD->fields()) {
1546 if (RD->isUnion())
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp661 RecordDecl *RD = dyn_cast_or_null<RecordDecl>(D->getDeclContext()); local
665 ThisScope = new Sema::CXXThisScopeRAII(Actions, RD, Qualifiers(),
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp3845 if (RecordDecl *RD = RT->getDecl()->getMostRecentDecl())
3846 return RD->getAttr<T>();
H A DTreeTransform.h3983 CXXRecordDecl *RD = local
3986 SS.MakeSuper(SemaRef.Context, RD, Q.getBeginLoc(), Q.getEndLoc());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp11638 LoopDisposition RD = getLoopDisposition(UDiv->getRHS(), L);
11639 if (RD == LoopVariant)
11641 return (LD == LoopInvariant && RD == LoopInvariant) ?
11729 BlockDisposition RD = getBlockDisposition(RHS, BB);
11730 if (RD == DoesNotDominateBlock)
11732 return (LD == ProperlyDominatesBlock && RD == ProperlyDominatesBlock) ?
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h3451 static const FieldDecl *getTargetFieldForToUnionCast(const RecordDecl *RD,

Completed in 564 milliseconds

123456789