• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/clang/lib/AST/

Lines Matching refs:getDecl

536   ThisDeclInfo->CommentDecl = FC->getDecl();
593 if (const Decl *TD = TT->getDecl())
1787 const ASTRecordLayout &layout = getASTRecordLayout(RT->getDecl());
1840 if (unsigned Align = TT->getDecl()->getMaxAlignment())
1851 if (unsigned Align = TT->getDecl()->getMaxAlignment())
1856 return TT->getDecl()->getMaxAlignment();
2192 if (ObjCI->getDecl()->isInvalidDecl()) {
2197 const ASTRecordLayout &Layout = getASTObjCInterfaceLayout(ObjCI->getDecl());
2215 if (TT->getDecl()->isInvalidDecl()) {
2222 const EnumDecl *ED = ET->getDecl();
2233 const RecordDecl *RD = RT->getDecl();
2264 const TypedefNameDecl *Typedef = cast<TypedefType>(T)->getDecl();
2330 const RecordDecl *RD = RT->getDecl();
2334 const ASTRecordLayout &Layout = getASTObjCInterfaceLayout(ObjCI->getDecl());
2414 T = ET->getDecl()->getIntegerType().getTypePtr();
2528 const RecordDecl *RD = Ty->castAs<RecordType>()->getDecl();
2556 Context, Base.getType()->castAs<RecordType>()->getDecl());
2647 const RecordDecl *Record = Ty->castAs<RecordType>()->getDecl();
5033 return getObjCTypeParamType(objT->getDecl(), protocols);
6263 return ET->getDecl()->getPromotionType();
6323 if (ET->getDecl()->isComplete() && !ET->getDecl()->isScoped())
6324 return ET->getDecl()->getIntegerType().getTypePtr();
6482 CFConstantStringTypeDecl = cast<TypedefDecl>(TD->getDecl());
6485 CFConstantStringTagDecl = TagType->getDecl();
6696 if (IdentifierInfo *II = TT->getDecl()->getIdentifier())
7178 EnumDecl *Enum = ET->getDecl();
7315 if (RTy->getDecl()->getIdentifier() == &Idents.get("objc_class")) {
7320 if (RTy->getDecl()->getIdentifier() == &Idents.get("objc_object")) {
7376 RecordDecl *RDecl = cast<RecordType>(CT)->getDecl();
8742 if (LHS->getDecl()->isSuperClassOf(RHS->getDecl()))
8744 if (RHS->getDecl()->isSuperClassOf(LHS->getDecl()))
9118 RecordDecl *UD = UT->getDecl();
9308 paramTy = Enum->getDecl()->getIntegerType();
9338 QualType underlyingType = ET->getDecl()->getIntegerType();
9830 T = ET->getDecl()->getIntegerType();
9850 T = ETy->getDecl()->getIntegerType();
11225 const FunctionDecl *FD = GD.getDecl()->getAsFunction();