Searched refs:classDecl (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1707 ObjCInterfaceDecl *classDecl = variable
1709 std::string className = classDecl->getNameAsString();
1761 metaclassFields.add(GeneratePropertyList(OID, classDecl, /*isClassProperty*/true));
1814 if (classDecl->all_declared_ivar_begin() == nullptr)
1818 for (const ObjCIvarDecl *IVD = classDecl->all_declared_ivar_begin(); IVD;
1837 for (const ObjCIvarDecl *IVD = classDecl->all_declared_ivar_begin(); IVD;
1852 std::string OffsetName = GetIVarOffsetVariableName(classDecl, IVD);
1863 classDecl->getVisibility() == HiddenVisibility) ?
1924 for (const auto *I : classDecl->protocols())
1937 classFields.add(GeneratePropertyList(OID, classDecl));
[all...]
H A DCodeGenFunction.h4524 if (const ObjCInterfaceDecl *classDecl= dyn_cast<ObjCInterfaceDecl>(dc)) {
4525 return classDecl->getTypeParamListAsWritten();
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1606 ObjCInterfaceDecl *classDecl = getInterface(); local
1607 if (!classDecl) {
1613 const ObjCObjectType *superClassObjTy = classDecl->getSuperClassType();
1643 ObjCTypeParamList *typeParams = classDecl->getTypeParamList();
1654 = classDecl->getASTContext().getObjCInterfaceType(
1666 superClassType.substObjCTypeArgs(classDecl->getASTContext(), typeArgs,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5039 const CXXRecordDecl *classDecl = ty->getAsCXXRecordDecl(); local
5040 assert(classDecl);
5041 return classDecl->getDestructor();
5047 const CXXRecordDecl *classDecl = local
5049 return classDecl->getDestructor();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp2162 if (auto classDecl = CurMethod->getClassInterface()) {
2163 SuperType = QualType(classDecl->getSuperClassType(), 0);

Completed in 217 milliseconds